Skip to content

Commit

Permalink
Merge pull request #427 from k1LoW/fix-use
Browse files Browse the repository at this point in the history
Add test to run installation scripts ( `use` )
  • Loading branch information
k1LoW authored Jan 27, 2023
2 parents 6d08944 + 2cfda31 commit fc1c422
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
run: make test_bigquery
if: github.ref == 'refs/heads/main'

- name: Run install script (aka use)
run: sh use

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
with:
Expand Down

0 comments on commit fc1c422

Please sign in to comment.