Skip to content

Commit

Permalink
Merge pull request #82 from tobiasge/feature-test
Browse files Browse the repository at this point in the history
Improved test for feature branch
  • Loading branch information
tobiasge authored Jan 5, 2024
2 parents 1c3dfe2 + 01fcf6c commit 00d4bde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/feature-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
name: Change test target to feature branch of Netbox
run: |
sed -i '/max_version/d' src/netbox_initializers/__init__.py
sed -i 's/v[0-9].[0-9]/feature/g' test/Dockerfile
sed -i '/min_version/d' src/netbox_initializers/__init__.py
sed -i 's/FROM netboxcommunity/netbox:v[0-9].[0-9]/FROM netboxcommunity/netbox:feature/g' test/Dockerfile
- id: test-script-1
name: Test the initializers (First run)
env:
Expand Down

0 comments on commit 00d4bde

Please sign in to comment.