mirror of
https://github.com/kou029w/jwk.pages.dev.git
synced 2025-01-30 13:58:00 +00:00
fixed preposition
This commit is contained in:
parent
919d2a71f0
commit
b252924dca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: echo url="https://$(echo "${HEAD_REF}" | sed s/[^_0-9a-z]/-/gi).jwk.pages.dev/" >> "${GITHUB_OUTPUT}"
|
||||
env:
|
||||
HEAD_REF: ${{ github.head_ref }}
|
||||
- name: Run tests in ${{ env.BASE_URL }}
|
||||
- name: Run tests on ${{ env.BASE_URL }}
|
||||
run: npm test
|
||||
env:
|
||||
BASE_URL: ${{ github.ref_name == github.event.repository.default_branch && 'https://jwk.pages.dev/' || steps.set_preview_env.outputs.url }}
|
||||
|
|
Loading…
Add table
Reference in a new issue