From 7155ab079c4d95cf21e8cb9946670a2ddf844f73 Mon Sep 17 00:00:00 2001 From: Jonatan Reiners Date: Tue, 4 Jun 2024 17:14:13 +0200 Subject: [PATCH] update-dockerignore-for-context-ignore (#625) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🚀 Fix the GitHub Actions workflow config to properly trigger on all Go files. * ✨ Ignore testing files for script in .gitignore. --- .github/workflows/compile.yaml | 3 +-- .gitignore | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yaml b/.github/workflows/compile.yaml index fe5291660..a450bdab6 100644 --- a/.github/workflows/compile.yaml +++ b/.github/workflows/compile.yaml @@ -12,8 +12,7 @@ on: - '**.go' - go.mod - '.github/workflows/**' - paths-ignore: - - '**_test.go' + - '!**_test.go' env: GOPROXY: https://proxy.golang.org,direct diff --git a/.gitignore b/.gitignore index 8a7876c5c..16a0c5138 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ website/vendor scripts/testing/auth scripts/testing/certs scripts/testing/testingFile* +scripts/testing/**/to_be_ignored # build outputs results