Skip to content

Commit

Permalink
CI: migrate RTX to Mise (#12)
Browse files Browse the repository at this point in the history
* CI: migrate RTX to Mise
  • Loading branch information
chrmod authored Jan 3, 2024
1 parent fc4fa96 commit 6975f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: jdx/rtx-action@v1
- uses: jdx/mise-action@v1

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: jdx/rtx-action@v1
- uses: jdx/mise-action@v1

- name: Install dependencies
run: bun install --frozen-lockfile

- name: Install Playwright
run: bunx playwright install --with-deps
run: bun x playwright install --with-deps

- name: Run unit tests
run: bun run test.unit
Expand Down

0 comments on commit 6975f98

Please sign in to comment.