Skip to content

Commit

Permalink
refactor: dump
Browse files Browse the repository at this point in the history
  • Loading branch information
stopsopa committed Aug 23, 2023
1 parent eb4488d commit 93e917f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,15 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
- name: Set Up Environment
run: |
if [ "${{ matrix.version }}" = "18" ]; then
echo "export SPECIAL_STEP=true" >> $GITHUB_ENV
fi

- name: Clean before artifact
if: env.SPECIAL_STEP == 'true'
if: matrix.version == 18
run: |
printenv | sort
/bin/bash .github/clean_before_github_pages.sh
- name: Upload artifact
if: env.SPECIAL_STEP == 'true'
if: matrix.version == 18
uses: actions/upload-pages-artifact@v1
with:
path: .
Expand Down

0 comments on commit 93e917f

Please sign in to comment.