Skip to content

Commit

Permalink
Update demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HUUTFJ authored Mar 8, 2024
1 parent 259dc04 commit 8583fd8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]

jobs:
check-bats-version:
pull-postgres:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install -g bats
- run: bats -v
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
run: sudo apt-get -y install build-essential

0 comments on commit 8583fd8

Please sign in to comment.