chore(deps): update dependency usa-reddragon/palworld-server to v15847557 #379
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: e2e-test | |
on: # yamllint disable-line rule:truthy | |
pull_request: | |
workflow_call: | |
concurrency: | |
group: '${{ github.workflow }} @ ${{ github.ref }}' | |
cancel-in-progress: true | |
jobs: | |
e2e-test-amd64: | |
name: Docker - Test amd64 | |
uses: ./.github/workflows/e2e-checks.yaml | |
with: | |
platform: amd64 | |
e2e-test-arm64: | |
name: Docker - Test arm64 | |
uses: ./.github/workflows/e2e-checks.yaml | |
with: | |
platform: arm64 |