Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Oct 2, 2024
1 parent 4d02c2b commit 8af75a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ jobs:
run: |
docker run -d -p 5000:5000 --name registry registry:2
./${{ matrix.script }}
- name: Set Job Status
uses: s4u/set-job-status-action@v1
with:
status: success # или 'failure'
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8af75a8

Please sign in to comment.