Skip to content

Commit

Permalink
complete e2e services test
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Sep 16, 2024
1 parent ef721c6 commit c1a1ec0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- uses: actions/checkout@v2
with:
repository: snowfork/snowbridge
ref: smoketests-on-snowbridge
ref: smoketests-on-snowbridge # TODO update to "main" once approved
- run: rm -rf polkadot-sdk
- uses: actions/checkout@v2
with:
# repository: paritytech/polkadot-sdk
# ref: release-crates-io-v1.7.0
# ref: release-crates-io-v1.7.0 # TODO change back to this branch once Westend code is merged upstream
repository: Snowfork/polkadot-sdk
ref: snowbridge
path: ./polkadot-sdk
Expand Down Expand Up @@ -58,6 +58,10 @@ jobs:
nix develop -c sh -c '
./scripts/init-smoketests.sh &&
cd web/packages/test &&
(./scripts/start-services.sh > "${{ env.LOG_DIR }}/start-services.log" 2>&1 &) &&
sleep 10 &&
./scripts/check-relayer.sh &&
./scripts/run-smoketests.sh'
./scripts/start-services.sh'
continue-on-error: true
- name: Save start-services log file
Expand Down

0 comments on commit c1a1ec0

Please sign in to comment.