This commit is contained in:
William Harrison
2025-01-02 19:41:05 +08:00
parent 67e6b7b0ac
commit 6993488eb2
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -44,6 +44,7 @@ jobs:
path: ../register
- run: ls
- run: ls ../
- run: npm install
@@ -54,8 +55,11 @@ jobs:
with:
files: domains/*.json
- run: npm test
- run: cd ..
- run: npx ava register/tests/*.test.js
env:
EVENT: ${{ github.event_name }}
RUN_ID: ${{ github.run_id }}
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
MODIFIED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}