Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
n1nj4t4nuk1 committed Dec 16, 2024
1 parent 95a570f commit 1994088
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: make docker/build
run: make docker/build
2 changes: 1 addition & 1 deletion .github/workflows/rustsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:

- name: Run audit
run: make audit
continue-on-error: true
continue-on-error: true
3 changes: 1 addition & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ jobs:
run: make test

- name: Build
run: make build

run: make build

0 comments on commit 1994088

Please sign in to comment.