Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] fix tests #195

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup Bats and libs
uses: brokenpip3/[email protected]
with:
submodules: recursive
assert-path: ${{ github.workspace }}/test/e2e/bats/assert
file-path: ${{ github.workspace }}/test/e2e/bats/file
support-path: ${{ github.workspace }}/test/e2e/bats/support

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

Expand All @@ -32,6 +37,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
Loading