From 6f1ab8765b8266bbe749b12ac6552ad259e762c2 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Tue, 7 May 2024 17:59:05 -0700 Subject: [PATCH] Fix script names and container tag in angr-ci.yml --- .github/workflows/angr-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/angr-ci.yml b/.github/workflows/angr-ci.yml index 50e08c9..1582aeb 100644 --- a/.github/workflows/angr-ci.yml +++ b/.github/workflows/angr-ci.yml @@ -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: @@ -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 }} @@ -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: @@ -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 }}