Skip to content

Commit

Permalink
up CI game
Browse files Browse the repository at this point in the history
  • Loading branch information
d2f4d131d9eac6cc27e3d6245ab1476b committed Mar 23, 2024
1 parent 47cccf6 commit ce34b0e
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/learn-ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]

on:
push:
branches:
- '*'

jobs:
check-bats-version:
build-image-and-run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
- run: npm install -g bats
- run: bats -v
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

0 comments on commit ce34b0e

Please sign in to comment.