mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-09-03 12:21:59 +00:00
more pr tests
This commit is contained in:
@@ -35,6 +35,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
path: ${{ github.run_id }}
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: is-a-dev/register
|
||||
path: register
|
||||
|
||||
- run: npm install
|
||||
|
||||
@@ -45,15 +52,6 @@ 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