Skip to content

Commit

Permalink
build: *
Browse files Browse the repository at this point in the history
  • Loading branch information
emekaorji committed Dec 1, 2023
1 parent 599d3fd commit 170db62
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,8 @@ jobs:
key: ${{ env.CACHE_PREFIX }}-${{ hashFiles('test/runTests.ts') }}
restore-keys: ${{ env.CACHE_PREFIX }}

- run: xvfb-run -a pnpm test
if: runner.os == 'Linux'
- run: pnpm test
if: runner.os != 'Linux'

- name: Set GIT_TAG
id: set-tag
if: runner.os == 'Linux'
run: |
git fetch --tags origin
GIT_TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo "")
Expand Down

0 comments on commit 170db62

Please sign in to comment.