Skip to content

Bump axios from 0.21.4 to 0.28.0 #40

Bump axios from 0.21.4 to 0.28.0

Bump axios from 0.21.4 to 0.28.0 #40

name: Run tests on PR and main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
runtests:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
checks: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
if: always() #runs even if there is a test failure
with:
files: junit.xml