Skip to content

Commit

Permalink
fixes actions multiline script
Browse files Browse the repository at this point in the history
  • Loading branch information
t-monaghan committed Nov 28, 2023
1 parent b4b2e32 commit 54867ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: execute bats tests
run:
run: |
chmod a+x ./scripts/bootstrap.sh
./scripts/bootstrap.sh
bats test

0 comments on commit 54867ee

Please sign in to comment.