Skip to content

Commit

Permalink
Add more github action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Uhlemann committed May 17, 2024
1 parent 5353068 commit 4cef9f9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/action_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,18 @@ jobs:

- name: Lint frontend
run: npm run ng:lint

- name: Lint server
run: exit 0 # todo: add stuff

- name: Test frontend
run: exit 0 # todo: add stuff

- name: Test server
run: exit 0 # todo: add stuff

- name: Build frontend
run: npm run ng:build

- name: Build server
run: npm run server:build

0 comments on commit 4cef9f9

Please sign in to comment.