File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 lint-swift :
1111 name : Lint Swift code
12- runs-on : shopify- ubuntu-latest
12+ runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
1515
@@ -20,15 +20,15 @@ jobs:
2020
2121 license :
2222 name : Verify license headers
23- runs-on : shopify- ubuntu-latest
23+ runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v3
2626
2727 - run : ./scripts/copy_license && git diff --name-only --exit-code
2828
2929 check-packed-files :
3030 name : Check package files
31- runs-on : shopify- ubuntu-latest
31+ runs-on : ubuntu-latest
3232 env :
3333 TERM : xterm
3434 steps :
4141
4242 test :
4343 name : Run jest tests
44- runs-on : shopify- ubuntu-latest
44+ runs-on : ubuntu-latest
4545 steps :
4646 - uses : actions/checkout@v3
4747
5252
5353 test-android :
5454 name : Run Android Tests
55- runs-on : shopify- ubuntu-latest
55+ runs-on : ubuntu-latest
5656 steps :
5757 - name : Checkout
5858 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments