Skip to content

Commit

Permalink
Check if skopeo is installed with github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Meyer authored and ustiugov committed Aug 21, 2023
1 parent d31e444 commit b60e489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ jobs:
run: ./scripts/setup_tool setup_firecracker_containerd

- name: Build
run: go build -race -v -a ./...
run: |
go build -race -v -a ./...
- name: Run tests in submodules
run: |
Expand Down

0 comments on commit b60e489

Please sign in to comment.