Skip to content

Commit

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

steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup BATS testing framework
uses: mig4/[email protected]

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

Expand All @@ -32,6 +33,7 @@ jobs:
cluster_name: kind
config: test/kind/config.yaml
wait: 120s

- uses: shipwright-io/setup@v1
with:
tekton-version: v0.38.3
Expand Down
12 changes: 0 additions & 12 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test-unit:

# looks for *.bats files in the test/e2e directory and runs them
test-e2e:
./test/e2e/bats/core/bin/bats --recursive test/e2e/*.bats
bats --recursive test/e2e/*.bats

# runs act, with optional arguments
.PHONY: act
Expand Down

0 comments on commit 4cd6b20

Please sign in to comment.