Skip to content

Commit

Permalink
ci: adjust names in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed May 15, 2024
1 parent 06d9b76 commit 887d817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
build_version: "0.0_0-dev-${{ github.event.pull_request.head.sha || github.sha }}"

jobs:
build:
build_pkg:
runs-on: self-hosted

strategy:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
with:
file_path: openapi-${{ matrix.pfsense_version }}.json

unit_tests:
check_tests:
runs-on: self-hosted
needs: [build_openapi]

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
ssh -o StrictHostKeyChecking=no -o LogLevel=quiet admin@${{ matrix.pfsense_version }}.jaredhendrickson.com "pkg -C /dev/null add /tmp/pfSense-pkg-RESTAPI-${{ env.build_version }}-${{ matrix.freebsd_id }}.pkg"
sleep 5
- name: Run pfSense-pkg-RESTAPI unit Tests
- name: Run pfSense-pkg-RESTAPI tests
run: |
ssh -o StrictHostKeyChecking=no -o LogLevel=quiet admin@${{ matrix.pfsense_version }}.jaredhendrickson.com 'pfsense-restapi runtests'
Expand Down

0 comments on commit 887d817

Please sign in to comment.