Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybear327 committed Dec 12, 2024
1 parent b6a54db commit 062b1a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
NETBOX_RESTORATION_HASH_FIELD_NAME: netboxOperatorRestorationHash
jobs:
e2e-tests-3-7-8:
name: E2E tests for netbox operator (netbox version 3.7.8)
name: Against netbox version 3.7.8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
# Use Chainsaw
make test-e2e-3.7.8
e2e-tests-4-0-11:
name: E2E tests for netbox operator (netbox version 4.0.11)
name: Against netbox version 4.0.11
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
# Use Chainsaw
make test-e2e-4-0-11
e2e-tests-4-1-7:
name: E2E tests for netbox operator (netbox version 4.1.7)
name: Against netbox version 4.1.7
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 062b1a4

Please sign in to comment.