Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Nov 4, 2023
1 parent a72056d commit 19529d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
- name: Install test dependencies
run: |
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh
sudo ./utils/create_test_env.sh
./utils/create_test_env.sh
- name: Test
run: |
distrobox enter -r albius_test
go build -v ./...
go test -v ./...

0 comments on commit 19529d0

Please sign in to comment.