Skip to content

Commit

Permalink
maybe this does something
Browse files Browse the repository at this point in the history
  • Loading branch information
mindplay-dk committed May 27, 2024
1 parent 9e0bbb1 commit 1661995
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Docker Compose
run: sudo apt-get update && sudo apt-get install -y docker-compose

- name: Run tests
run: ./test.sh

0 comments on commit 1661995

Please sign in to comment.