mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-07-18 20:18:15 +00:00
test
This commit is contained in:
@@ -45,6 +45,15 @@ jobs:
|
||||
with:
|
||||
files: domains/*.json
|
||||
|
||||
- name: testing
|
||||
run: |
|
||||
ls
|
||||
ls ../
|
||||
echo ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
|
||||
cat $file
|
||||
done
|
||||
|
||||
- run: npm test
|
||||
env:
|
||||
EVENT: ${{ github.event_name }}
|
||||
|
||||
Reference in New Issue
Block a user