Skip to content

cicd correction

cicd correction #11

Workflow file for this run

name: Run Tests
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run the exact same commands as locally
run: |
cd ArtLink/ArtLink.Tests
docker compose down
docker compose up --build