Skip to content

Commit

Permalink
Remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed May 31, 2024
1 parent d36a8df commit 0341ce8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,12 @@ jobs:
with:
ref: master

- name: Remove old data
- name: Remove existing unit information
run: |
rm app/data/*.json
ls -R
git diff
- uses: actions/download-artifact@v4
- name: Download recent unit information
uses: actions/download-artifact@v4
with:
name: spookydb-generated-files
path: app/data
Expand All @@ -59,8 +58,6 @@ jobs:

- name: Install
run: |
ls -R
git diff
npm install
npm install bower
npm install grunt-cli
Expand Down

0 comments on commit 0341ce8

Please sign in to comment.