Skip to content

Commit

Permalink
Added backend image information
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwallis authored Nov 2, 2024
1 parent 9ab7d34 commit 42f6b4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-hurl-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container: # Use this to specify the Docker image
image: ghcr.io/${{ github.repository_owner }}/backend:latest
permissions:
contents: read
packages: write
Expand All @@ -23,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Run backend server
run: python3 manage.py runserver
run: python3 manage.py runserver &

- name: Run Hurl Tests
run: hurl --test --very-verbose ‘Hurl Endpoint Tests.py’

0 comments on commit 42f6b4b

Please sign in to comment.