Skip to content

Commit

Permalink
test: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwayakchih authored Jan 19, 2025
1 parent 48e454c commit 1db61d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/puppeteer-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
id-token: write

steps:
- name: Workaround Windows mess and set git to keep original line endings
run: git config --global core.autocrlf false

- uses: actions/checkout@v4

- run: podman --version
Expand Down Expand Up @@ -86,6 +83,7 @@ jobs:
test:
runs-on: ubuntu-latest
needs: [ prepare, build ]
if: always() && !failure() && !cancelled()

container:
image: ${{ needs.prepare.outputs.name }}:${{ needs.prepare.outputs.version }}
Expand Down

0 comments on commit 1db61d7

Please sign in to comment.