Skip to content

Commit

Permalink
ci: install chromium in gh runner
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Nov 25, 2024
1 parent 824a503 commit bbad4b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-pr-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
# No point in running tests for foreign architectures we cannot run.
if: steps.runner-info.outputs.native == 'true'
run: |-
sudo apt update && sudo apt install -y chromium
go test ./...
- name: Upload artifact to release
Expand Down

0 comments on commit bbad4b4

Please sign in to comment.