From 54dee8641ddb08c216857ef13569b94fd7d4c787 Mon Sep 17 00:00:00 2001 From: Claudson Oliveira Date: Wed, 26 May 2021 13:33:13 +0100 Subject: [PATCH] Remove bats from CI We have to figure out how to fix bats on CI since github team has found a security issue and deprecate a feature used by the bats action. https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e33a30d..453cbcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,6 @@ jobs: go build . ./gitql -v - - name: Run function tests - run: bats --tap ./tests - - uses: actions/upload-artifact@master name: Generating artifact with: @@ -64,8 +61,6 @@ jobs: go build . ./gitql -v - - name: Run function tests - run: bats --tap ./tests - uses: actions/upload-artifact@master name: Generating artifact @@ -95,8 +90,6 @@ jobs: go build . .\gitql.exe -v - - name: Run function tests - run: bats --tap ./tests - uses: actions/upload-artifact@master name: Generating artifact