Skip to content

Commit 9b59d15

Browse files
committed
Actions should now works
1 parent c900b77 commit 9b59d15

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/actions/lint/action.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
name: Backend - ESLint
2-
description: Run ESLint for backend
1+
name: ESLint
2+
description: Run ESLint
33
runs:
44
using: "composite"
55
steps:
6-
- name: run backend lint
6+
- name: run lint
77
shell: bash
88
run: |
9-
cd backend
109
npm ci
1110
npm run lint

.github/actions/test/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Backend - Functional Tests
2-
description: Run Functional Tests for backend
1+
name: Tests
2+
description: Run Tests
33
runs:
44
using: "composite"
55
steps:
6-
- name: Run backend functional test
6+
- name: Run test
77
shell: bash
88
run: |
99
npm ci

0 commit comments

Comments
 (0)