Skip to content

Commit

Permalink
install score-compose in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Dec 6, 2024
1 parent 834966c commit 8c6f7a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v4
- name: install score-compose
uses: score-spec/setup-score@v3
with:
file: score-compose
token: ${{ secrets.GITHUB_TOKEN }}
version: "latest"
- name: make compose-up
run: |
make compose-up
Expand Down

0 comments on commit 8c6f7a4

Please sign in to comment.