Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Feb 26, 2024
1 parent 94ea72e commit 3cf0964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install Alpine packages
if: matrix.artifact == 'alpine'
run: |
apk add --no-cache bash python3-dev
apk add --no-cache bash python3
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .tests/ci-test-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ set -e

"$dp0/test-tools.sh" || exit 1

python3 -m unittests || exit 1
python3 -m unittest || exit 1

"$dp0/test-run.sh" -- testInternalCreate || exit 1

0 comments on commit 3cf0964

Please sign in to comment.