Skip to content

Update aws-actions/configure-aws-credentials action to v4 #763

Update aws-actions/configure-aws-credentials action to v4

Update aws-actions/configure-aws-credentials action to v4 #763

Workflow file for this run

name: Jest
on:
push:
branches-ignore:
- main
jobs:
jest:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Build
run: yarn build
- name: Test
run: yarn test