File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,9 @@ permissions:
2121jobs :
2222 test-typescript :
2323 name : TypeScript Tests
24- runs-on : small-al2023
24+ runs-on : ubuntu-latest
2525
2626 steps :
27- - name : Setup Credentials
28- uses : Workiva/gha-setup-credentials@v2.1.9
29-
3027 - name : Checkout
3128 id : checkout
3229 uses : actions/checkout@v6
@@ -65,15 +62,13 @@ jobs:
6562 run : |
6663 git config user.name "${{ github.actor }}"
6764 git config user.email "${{ github.actor }}@users.noreply.github.com"
68- git add -A
65+ git add dist/
6966 git commit -m "chore: update dist/ directory [automated]"
7067 git push
7168
72- - uses : Workiva/gha-upload-test-reports@v2.0.37
73-
7469 test-action :
7570 name : GitHub Actions Test
76- runs-on : small-al2023
71+ runs-on : ubuntu-latest
7772
7873 steps :
7974 - name : Checkout
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments