Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ permissions:
jobs:
test-typescript:
name: TypeScript Tests
runs-on: small-al2023
runs-on: ubuntu-latest

steps:
- name: Setup Credentials
uses: Workiva/gha-setup-credentials@v2.1.9

- name: Checkout
id: checkout
uses: actions/checkout@v6
Expand Down Expand Up @@ -69,11 +66,9 @@ jobs:
git commit -m "chore: update dist/ directory [automated]"
git push

- uses: Workiva/gha-upload-test-reports@v2.0.37
Comment thread
andrewlundberg-wf marked this conversation as resolved.

test-action:
name: GitHub Actions Test
runs-on: small-al2023
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/renovate.yaml

This file was deleted.

Loading
Loading