Skip to content

Commit c8c80e6

Browse files
cleanup
1 parent 9adf842 commit c8c80e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/smoketest.yml

-4
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,11 @@ jobs:
3131
repository: snowfork/snowbridge
3232
ref: smoketests-on-snowbridge
3333
- run: rm -rf polkadot-sdk
34-
- run: ls
3534
- uses: actions/checkout@v2
3635
with:
3736
repository: paritytech/polkadot-sdk
3837
ref: release-crates-io-v1.7.0
3938
path: ./polkadot-sdk
40-
- run: pwd
41-
- run: ls
4239
- uses: arduino/setup-protoc@v2
4340
with:
4441
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -56,7 +53,6 @@ jobs:
5653
- name: run E2E stack
5754
id: run_e2e_stack
5855
run: |
59-
cd snowbridge
6056
nix develop -c sh -c '
6157
./scripts/init-smoketests.sh &&
6258
cd web/packages/test &&

0 commit comments

Comments
 (0)