Skip to content

Commit 4824ee6

Browse files
committed
Docker?
1 parent 9713d05 commit 4824ee6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
integration-tests:
3838
name: Integration Tests
39-
runs-on: parity-default
39+
runs-on: ubuntu-latest
4040
timeout-minutes: 60
4141
needs: [ set-image ]
4242
container:
@@ -52,11 +52,6 @@ jobs:
5252
cache-on-failure: true
5353
cache-all-crates: true
5454

55-
- name: Install Docker
56-
run: |
57-
curl -fsSL https://get.docker.com | sh
58-
sudo usermod -aG docker $USER
59-
6055
- name: Setup Node.js
6156
uses: actions/setup-node@v4
6257
with:

0 commit comments

Comments
 (0)