Skip to content

Commit

Permalink
run the test
Browse files Browse the repository at this point in the history
  • Loading branch information
officialrajdeepsingh committed Feb 21, 2024
1 parent 7ea68f4 commit 036a4c9
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/build-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ jobs:
with:
version: 8
- run: pnpm add gscan
- name: check if zip avaiable or not
run: |
if ! [ -x "$(command -v zip)" ]; then
echo "installing zip command"
apt-get install zip -y
fi
- name: Easy Zip Files
uses: vimtor/[email protected]
with:
files: assets/build/ partials/ author.hbs default.hbs error.hbs index.hbs page.hbs post.hbs tag.hbs
dest: ${{ github.workspace }}/fastest.zip
# run: |
# if ! [ -x "$(command -v zip)" ]; then
# echo "installing zip command"
# apt-get install zip -y
# fi
- run: ls -la
- run: pwd
# - run : zip fastest.zip assets/build/*/* partials/*/* author.hbs default.hbs error.hbs index.hbs page.hbs post.hbs tag.hbs
# - run: pnpm run gscan fastest.zip
- run: pnpm run gscan ${{ github.workspace }}/fastest.zip

0 comments on commit 036a4c9

Please sign in to comment.