Skip to content

Commit

Permalink
Add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GREsau committed Aug 2, 2023
1 parent 58cf9f7 commit 909f3eb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: test
permissions:
contents: read

on:
push:
branches:
- "main"

jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: bash test.sh
- run: docker compose logs
if: ${{ always() }}

0 comments on commit 909f3eb

Please sign in to comment.