mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-11 02:22:54 +00:00
fixes
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user