Skip to content

Commit

Permalink
Remove bats from CI
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
Claudson Oliveira authored May 26, 2021
1 parent d57333e commit 54dee86
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 54dee86

Please sign in to comment.