Skip to content

Commit

Permalink
Merge pull request #1437 from NullVoxPopuli/remove-branch-usage-of-ac…
Browse files Browse the repository at this point in the history
…tion-and-also-move-to-wyvox

GH Actions: Move to wyvox and off branch
  • Loading branch information
locks authored Aug 9, 2023
2 parents 664a746 + 50d35cc commit 7296eb3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: NullVoxPopuli/action-setup-pnpm@NullVoxPopuli-patch-1
- uses: wyvox/action-setup-pnpm@v2

lint:
name: Linting
Expand All @@ -28,7 +28,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: NullVoxPopuli/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v2
- run: pnpm lint

test-chrome:
Expand All @@ -49,7 +49,7 @@ jobs:
libxss1 libxtst6 ca-certificates fonts-liberation libnss3 lsb-release \
xdg-utils wget libcairo2
- uses: actions/checkout@v3
- uses: NullVoxPopuli/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v2
- run: pnpm test

# test-browserstack:
Expand All @@ -64,7 +64,7 @@ jobs:

# steps:
# - uses: actions/checkout@v3
# - uses: NullVoxPopuli/action-setup-pnpm@v2
# - uses: wyvox/action-setup-pnpm@v2
# - run: pnpm browserstack:connect
# - run: pnpm test:browserstack
# - run: pnpm browserstack:results
Expand All @@ -82,7 +82,7 @@ jobs:

# steps:
# - uses: actions/checkout@v3
# - uses: NullVoxPopuli/action-setup-pnpm@v2
# - uses: wyvox/action-setup-pnpm@v2
# - run: pnpm browserstack:connect
# - run: pnpm test:browserstack
# - run: pnpm browserstack:results
Expand All @@ -96,7 +96,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: NullVoxPopuli/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v2
- run: pnpm build
- run: pnpm test:types

Expand All @@ -108,7 +108,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: NullVoxPopuli/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v2
with:
args: '--no-lockfile'
- run: pnpm test

0 comments on commit 7296eb3

Please sign in to comment.