Skip to content

Commit

Permalink
feat: allow template for the previous-ci-build-id input
Browse files Browse the repository at this point in the history
fix: update dist

fix: format workflow

fix: lint

fix: use lodash .template to parse previous-ci-build-id input value

fix: lint

fix: lint

fix: unit-tests.yml
  • Loading branch information
vCaisim committed Nov 29, 2024
1 parent 6df1406 commit 0fc6710
Show file tree
Hide file tree
Showing 7 changed files with 17,440 additions and 56 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Unit tests action

on:
pull_request:
branches:
- main
push:
branches:
- main

permissions: read-all

jobs:
test:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18

- run: npm install --legacy-peer-deps

- name: Run unit tests
run: npm test
Loading

0 comments on commit 0fc6710

Please sign in to comment.