Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
11 changes: 3 additions & 8 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 @@ -65,15 +62,13 @@ jobs:
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git add -A
git add dist/
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