Skip to content

Commit

Permalink
fix(ci): move services up
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Nov 4, 2024
1 parent a96ba44 commit 13dd381
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/run-hurl-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
permissions:
contents: read
packages: write
services:
backend:
image: ghcr.io/${{ github.repository_owner }}/backend:latest
ports:
- 8000:8000

steps:
- name: Check out the repository
uses: actions/checkout@v4
Expand All @@ -29,11 +35,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

services:
backend:
image: ghcr.io/${{ github.repository_owner }}/backend:latest
ports:
- 8000:8000

- name: Run Hurl Tests
uses: ghcr.io/Orange-OpenSource/hurl@v1
Expand Down

0 comments on commit 13dd381

Please sign in to comment.