Update PSM #54
Workflow file for this run
This file contains 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: Local Test | |
on: [push] | |
jobs: | |
test: | |
name: Local Test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repo | |
uses: actions/checkout@v4 | |
- name: Test | |
run: docker-compose -f docker-compose.test.yaml up --abort-on-container-exit test |