From 29aafc201e014d7bd709483e7ae7b7ff3c2ddadd Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Mon, 18 Nov 2024 15:48:59 -0500 Subject: [PATCH] update github action to run the automated tests --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e8deef..71cdd5b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,5 +18,4 @@ jobs: go-version: stable - name: Run - run: go run . -v -- curl https://www.example.com - + run: scripts/test.sh