Skip to content

Commit

Permalink
Can this run as ubuntu?
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Murray committed Jul 12, 2024
1 parent 01156b4 commit 5095da3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ on:
branches: [main]

jobs:
lint-and-unit:
checkout-and-test:
runs-on: ubuntu-latest
container:
image: donaldm314/ubuntu-bats:28
options: --user root
options: --user ubuntu
steps:
- uses: actions/checkout@v4
- name: "Test"
run: |
task
id
ls -lart
run: task

0 comments on commit 5095da3

Please sign in to comment.