Skip to content

Commit

Permalink
Back to snap (which is a VM)
Browse files Browse the repository at this point in the history
Seems pelion-dockerd is not starting correctly on the container.
  • Loading branch information
JanneKiiskila committed Apr 30, 2024
1 parent e277e90 commit 8d28b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
build-snap:
runs-on: [ "self-hosted", "client-runner-20" ]
runs-on: [ "self-hosted", "snap" ]
steps:
- name: Enable write on all files
run: chmod a+w -R .
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
if-no-files-found: error

test:
runs-on: [ "self-hosted", "client-runner-20" ]
runs-on: [ "self-hosted", "snap" ]
needs: build-snap
timeout-minutes: 40
env:
Expand Down

0 comments on commit 8d28b92

Please sign in to comment.