Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
coreydaley committed Aug 15, 2023
1 parent 4cd6b20 commit 4fbbd84
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup BATS testing framework
uses: mig4/[email protected]
- name: Setup Bats and libs
uses: brokenpip3/[email protected]
with:
assert-path: ${{ github.workspace }}/bats/assert
file-path: ${{ github.workspace }}/bats/file
support-path: ${{ github.workspace }}/bats/support

- name: Setup Go and ko
uses: ./.github/actions/setup
Expand Down

0 comments on commit 4fbbd84

Please sign in to comment.