Skip to content

Commit

Permalink
test: Update config_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurray-lacework authored Nov 23, 2023
1 parent d87d8ea commit 689cfea
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/config_test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: "Config Test"
on: [push, pull_request]
jobs:
run-bats:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mig4/setup-bats@v1
- uses: actions/setup-node@v3
with:
bats-version: 1.10.0
- run: apt-get update && apt-get -y install jsonlint
- run: bats test_config.bats
node-version: '14'
- run: npm install -g bats
- run: npm install -g jsonlint
- run: bats test_config.bats

0 comments on commit 689cfea

Please sign in to comment.