Skip to content

Commit

Permalink
fix: disable for now
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Oct 30, 2024
1 parent f7b58a8 commit eb4b997
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
- name: Build
id: build_code
run: bun run build
- name: Wait for POSIX path check to succeed
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'Check POSIX Paths in Zip File'
repo-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
wait-interval: 10
# - name: Wait for POSIX path check to succeed
# uses: lewagon/[email protected]
# with:
# ref: ${{ github.ref }}
# check-name: 'POSIX Paths final'
# repo-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
# wait-interval: 10
- name: Wait for tests to succeed
uses: lewagon/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check_posix_paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,10 @@ jobs:
- name: Run the swift test
run: ./test/test_zip_swift/.build/release/MyCLI --zip-files build-linux.zip build-windows-2019.zip build-windows-2022.zip

check-posix-paths-final:
posix-paths-final:
needs: [check-posix-paths-unix, check-posix-paths-macos]
runs-on: ubuntu-latest
name: Check POSIX Paths in Zip File
name: POSIX Paths final
steps:
- name: Final check
run: echo "All POSIX path checks completed successfully"

0 comments on commit eb4b997

Please sign in to comment.