From da4838a3514b4d703ea7da563f60ff1a8392df7e Mon Sep 17 00:00:00 2001 From: Matthew Mayer Date: Tue, 5 Aug 2025 11:28:41 -0700 Subject: [PATCH 1/3] Test the test. --- integration/self_tick_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/self_tick_test.go b/integration/self_tick_test.go index 4e2df9a..7a28cfc 100644 --- a/integration/self_tick_test.go +++ b/integration/self_tick_test.go @@ -31,6 +31,7 @@ func TestSelfTick(tt *testing.T) { } flow.Step("create triggers", func(ctx context.Context, t flowtest.Asserter) { + t.FailNow() ctx = authtest.JWTContext(ctx) err := uu.CreateTrigger(ctx, triggerConfig{ From 99692b89763e38eb1e60b92f862f122a67819fb9 Mon Sep 17 00:00:00 2001 From: Matthew Mayer Date: Tue, 5 Aug 2025 11:30:40 -0700 Subject: [PATCH 2/3] Bring back running tests on GHA. --- .github/workflows/test.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..7ec7f07 --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,13 @@ +name: Test + +on: [push] + +jobs: + docker_compose_test: + name: test + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Test + run: docker compose -f docker-compose.test.yaml up --abort-on-container-exit test From e6ccf96958dd841d7ccf2c1eb8459dc67844b1ad Mon Sep 17 00:00:00 2001 From: Matthew Mayer Date: Tue, 5 Aug 2025 11:31:43 -0700 Subject: [PATCH 3/3] Remove testing the test code line. --- integration/self_tick_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/integration/self_tick_test.go b/integration/self_tick_test.go index 7a28cfc..4e2df9a 100644 --- a/integration/self_tick_test.go +++ b/integration/self_tick_test.go @@ -31,7 +31,6 @@ func TestSelfTick(tt *testing.T) { } flow.Step("create triggers", func(ctx context.Context, t flowtest.Asserter) { - t.FailNow() ctx = authtest.JWTContext(ctx) err := uu.CreateTrigger(ctx, triggerConfig{