Skip to content

Commit

Permalink
test: add a test for non sudo environments
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Jul 8, 2024
1 parent 9bac73f commit 924f475
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Snyk CLI
uses: ./setup/
test-setup-action-no-sudo:
name: test-setup-action-no-sudo
runs-on: ubuntu-latest
container:
image: debian:latest
steps:
- uses: actions/checkout@v4
- name: Install curl
run: apt-get update && apt-get install curl --yes
- name: Set up Snyk CLI
uses: ./setup/

0 comments on commit 924f475

Please sign in to comment.