git.delta.rocks / unique-network / refs/commits / e33658188280

difftreelog

remove depricated workflows. change branch for canary tests

Alexander Aksenov2022-09-12parent: #e4516e4.patch.diff
in: master

3 files changed

deleted.github/workflows/codestyle.ymldiffbeforeafterboth

no changes

deleted.github/workflows/market-test.ymldiffbeforeafterboth

no changes

modified.github/workflows/market-test_v2.ymldiffbeforeafterboth
22 include:22 include:
23 - network: "opal"23 - network: "opal"
24 features: "opal-runtime"24 features: "opal-runtime"
25# - network: "quartz"25 - network: "quartz"
26# features: "quartz-runtime"26 features: "quartz-runtime"
27# - network: "unique"27 - network: "unique"
28# features: "unique-runtime"28 features: "unique-runtime"
2929
30 steps:30 steps:
3131
45 repository: 'UniqueNetwork/market-e2e-tests'45 repository: 'UniqueNetwork/market-e2e-tests'
46 ssh-key: ${{ secrets.GH_PAT }}46 ssh-key: ${{ secrets.GH_PAT }}
47 path: 'qa-tests'47 path: 'qa-tests'
48 ref: 'ci_test_v2'48 ref: 'master'
4949
50 - name: Read .env file50 - name: Read .env file
51 uses: xom9ikk/dotenv@v1.0.251 uses: xom9ikk/dotenv@v1.0.2
175 - name: Stop running containers175 - name: Stop running containers
176 if: always() # run this step always176 if: always() # run this step always
177 run: docker-compose -f "qa-tests/.docker/docker-compose.market.yml" -f "qa-tests/.docker/docker-compose.${{ matrix.network }}.yml" down --volumes177 run: docker-compose -f "qa-tests/.docker/docker-compose.market.yml" -f "qa-tests/.docker/docker-compose.${{ matrix.network }}.yml" down --volumes
178# run: docker-compose -f "qa-tests/.docker/docker-compose.market.yml" -f "qa-tests/.docker/docker-compose.${{ matrix.network }}.yml" down
179178
180 - name: Remove builder cache179 - name: Remove builder cache
181 if: always() # run this step always180 if: always() # run this step always