Skip to content

Commit

Permalink
Update second.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-M-Johnson authored Sep 18, 2024
1 parent 2e521b5 commit b17d8b0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/second.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
runs-on: SB-MA-JBMVBY3
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install -g bats
- run: bats -v
-

0 comments on commit b17d8b0

Please sign in to comment.