Skip to content

Commit

Permalink
Testing debian
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhanasand committed Feb 10, 2025
1 parent 3e1f90f commit 7084568
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,15 @@ jobs:
# run: |
# echo "dotenv -e '../.env' -- bash -c 'cd ../tests/bower; chmod +x setup.sh; ./setup.sh'"

# - name: test_debian
# run: |
# echo "cd ../tests/alpine; chmod +x setup.sh; ./setup.sh"
- name: test_debian
run: |
if curl --fail 'https://$JFROG_EMAIL:$JFROG_TOKEN@$JFROG_ID.jfrog.io/artifactory/debian/dists/focal/InRelease'; then
echo "Unexpected success: Package downloaded successfully"
exit 1
else
echo "Expected failure: Received HTTP 409 error, test passed."
exit 0
fi
- name: test_alpine
run: |
Expand Down

0 comments on commit 7084568

Please sign in to comment.