This commit is contained in:
William Harrison
2025-01-02 19:22:57 +08:00
parent 2b7e741a09
commit b560cf35ca
2 changed files with 9 additions and 1 deletions
+9
View File
@@ -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 }}