Skip to content

Bump docker/login-action from 4.0.0 to 4.1.0 in the docker-actions group #474

Bump docker/login-action from 4.0.0 to 4.1.0 in the docker-actions group

Bump docker/login-action from 4.0.0 to 4.1.0 in the docker-actions group #474

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Bats
run: |
git clone https://github.com/bats-core/bats-core.git
cd bats-core
sudo ./install.sh /usr/local
- name: Run Bats tests
run: bats ./tests/scripts/app-workflows/*.bats