Skip to content

Bump docker/login-action from 3.6.0 to 3.7.0 in the docker-actions group #391

Bump docker/login-action from 3.6.0 to 3.7.0 in the docker-actions group

Bump docker/login-action from 3.6.0 to 3.7.0 in the docker-actions group #391

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