Skip to content

Commit

Permalink
re-add test back office
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Delange committed Sep 8, 2023
1 parent 286c0be commit 76d77ee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/backoffice_test_workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
name: Test Backoffice

on:
workflow_call:
on: [pull_request]

jobs:
test_backoffice:
name: Test BackOffice
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- uses: bahmutov/npm-install@v1
with:
working-directory: marble-backoffice
- name: typecheck
run: yarn tsc --noEmit
run: yarn tsc --noEmit
working-directory: marble-backoffice
- name: Test
run: yarn test
Expand Down

0 comments on commit 76d77ee

Please sign in to comment.