Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Oct 3, 2024
1 parent 8d2dc16 commit 1116d52
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: paritytech/polkadot-sdk
ref: stable2409 # TODO change back to this branch once Westend code is merged upstream
#repository: Snowfork/polkadot-sdk
# ref: snowbridge
ref: stable2409
path: ./polkadot-sdk
- uses: arduino/setup-protoc@v2
with:
Expand Down Expand Up @@ -60,10 +58,7 @@ 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
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1116d52

Please sign in to comment.