Skip to content

Commit

Permalink
Fix script names and container tag in angr-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed May 8, 2024
1 parent 5e940c0 commit 6f1ab87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/angr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
required: false
container_image:
description: "Container image to use"
default: "angr/ci:2"
default: "angr/ci:3"
type: string
required: false
afl:
Expand All @@ -26,7 +26,7 @@ jobs:
container:
image: ${{ inputs.container_image }}
steps:
- run: /root/scripts/azure-build.sh
- run: /root/scripts/ga-build.sh
name: Build CI artifact
env:
NIGHTLY: ${{ inputs.nightly }}
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: build_archive
- run: /root/scripts/azure-lint.sh
- run: /root/scripts/ga-lint.sh
name: Run linter

test:
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: build_archive
- run: /root/scripts/azure-test.sh
- run: /root/scripts/ga-test.sh
name: Run tests
env:
WORKER: ${{ matrix.worker }}
Expand Down

0 comments on commit 6f1ab87

Please sign in to comment.