Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Jul 27, 2023
1 parent 7b69608 commit efbbea5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.ref }}
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
Expand All @@ -38,11 +39,11 @@ jobs:

- run: pnpm run build
env:
VERSION_REF: ${{ inputs.VERSION_REF || github.ref }}
VERSION_REF:
${{ inputs.VERSION_REF || ( github.ref_type == 'tag' && github.ref || '0.0.0') }}
BUILD_TARGET: chrome

- run: cat dist/manifest.json
- run: echo ${{ github.ref }}

# - run: pnpm run test
# - uses: actions/upload-artifact@v3
Expand Down

0 comments on commit efbbea5

Please sign in to comment.