From 4606d3cb09fb912d332b9521e649f7ce4813e56f Mon Sep 17 00:00:00 2001 From: Chris Gavin Date: Fri, 21 Aug 2020 13:39:21 +0100 Subject: [PATCH] Fix an issue with the tests not running on CI and some empty folders that should be checked in. --- .github/workflows/ci.yml | 2 +- internal/pull/pull_test/codeql-action-initial.git/refs/.gitkeep | 0 .../pull/pull_test/codeql-action-modified.git/refs/.gitkeep | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 internal/pull/pull_test/codeql-action-initial.git/refs/.gitkeep create mode 100644 internal/pull/pull_test/codeql-action-modified.git/refs/.gitkeep diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61ce0ab..593a7cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: with: go-version: 1.14.7 - name: Test - run: go test . + run: go test ./... lint: name: Lint diff --git a/internal/pull/pull_test/codeql-action-initial.git/refs/.gitkeep b/internal/pull/pull_test/codeql-action-initial.git/refs/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/internal/pull/pull_test/codeql-action-modified.git/refs/.gitkeep b/internal/pull/pull_test/codeql-action-modified.git/refs/.gitkeep new file mode 100644 index 0000000..e69de29