We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a2a76 commit aabed7cCopy full SHA for aabed7c
5 files changed
.github/workflows/ci.yml
@@ -21,12 +21,9 @@ permissions:
21
jobs:
22
test-typescript:
23
name: TypeScript Tests
24
- runs-on: small-al2023
+ runs-on: ubuntu-latest
25
26
steps:
27
- - name: Setup Credentials
28
- uses: Workiva/gha-setup-credentials@v2.1.9
29
-
30
- name: Checkout
31
id: checkout
32
uses: actions/checkout@v6
@@ -69,11 +66,9 @@ jobs:
69
66
git commit -m "chore: update dist/ directory [automated]"
70
67
git push
71
68
72
- - uses: Workiva/gha-upload-test-reports@v2.0.37
73
74
test-action:
75
name: GitHub Actions Test
76
77
78
79
.github/workflows/renovate.yaml
0 commit comments