Skip to content

Create Post “2023/2023-10-12-cist-digital-51” #1045

Create Post “2023/2023-10-12-cist-digital-51”

Create Post “2023/2023-10-12-cist-digital-51” #1045

Workflow file for this run

name: Unit Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- run: yarn install
- run: yarn test