Skip to content

Commit

Permalink
Add job log as debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 authored Nov 15, 2023
1 parent 18503bf commit 1d0e7e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ jobs:
GL_PROJECT_ID: '1000'
GL_RUNNER_TOKEN: some_long_runner_token
GL_API_TOKEN: TEST1234567890123456
- run: 'curl --silent --header "Private-Token: TEST1234567890123456" "http://127.17.0.1:8080/api/v4/projects/1000/jobs/1/trace"'
if: always()
- run: docker compose down
if: always()
working-directory: test

0 comments on commit 1d0e7e1

Please sign in to comment.