Skip to content

Commit

Permalink
Actions should now works
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Oct 9, 2023
1 parent c900b77 commit 9b59d15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/actions/lint/action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Backend - ESLint
description: Run ESLint for backend
name: ESLint
description: Run ESLint
runs:
using: "composite"
steps:
- name: run backend lint
- name: run lint
shell: bash
run: |
cd backend
npm ci
npm run lint
6 changes: 3 additions & 3 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Backend - Functional Tests
description: Run Functional Tests for backend
name: Tests
description: Run Tests
runs:
using: "composite"
steps:
- name: Run backend functional test
- name: Run test
shell: bash
run: |
npm ci
Expand Down

0 comments on commit 9b59d15

Please sign in to comment.