Bump test/bats from 6aee49b to 1807c8b (#147)
#428
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Unit testing | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| branches: | |
| - master | |
| types: [opened, synchronize, closed] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out slimtoolkit/slim repo | |
| uses: actions/[email protected] | |
| - name: Set up Go development environment | |
| uses: actions/[email protected] | |
| with: | |
| go-version: '1.21.4' | |
| - name: Run tests | |
| run: make test |