Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
momentiris committed May 21, 2024
1 parent c871bde commit c675042
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint and Test
name: Lint & Test

on:
push:
Expand All @@ -10,10 +10,11 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
- uses: actions/checkout@v4
- name: '@${{github.actor}} is testing onecore-leasing'
- uses: ./.github/actions/node-and-npm
- name: Run tests
run: npm run test:ci
- name: Lint
run: npm run lint

0 comments on commit c675042

Please sign in to comment.