Skip to content

Commit

Permalink
try different check
Browse files Browse the repository at this point in the history
  • Loading branch information
Saschl authored Oct 12, 2023
1 parent 617d100 commit 4c37c1b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,13 @@ jobs:
- name: Generate install.json
if: github.event.pull_request.auto_merge == false
run: |
df -h
#df -h
du -sh .[^.]* * | grep -E "\dG"
./scripts/dev-env/run.sh node ./scripts/fragment_a32nx.js
ls -la
#./scripts/dev-env/run.sh node ./scripts/fragment_a32nx.js
cp ./fbw-a32nx/out/build-modules/modules.json ./fbw-a32nx/out/flybywire-aircraft-a320-neo/install.json
./scripts/dev-env/run.sh node ./scripts/install-source_a32nx.js
#cp ./fbw-a32nx/out/build-modules/modules.json ./fbw-a32nx/out/flybywire-aircraft-a320-neo/install.json
#./scripts/dev-env/run.sh node ./scripts/install-source_a32nx.js
- name: Upload PR artifact
uses: actions/upload-artifact@v2
if: github.event.pull_request.auto_merge == false
Expand Down

0 comments on commit 4c37c1b

Please sign in to comment.