Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed Mar 28, 2024
1 parent e56c89f commit bd372ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
LANG: en_US.UTF-8

jobs:
build-ios:
test:
runs-on: ubuntu-latest

steps:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: ./.github/actions/setup-engines

- name: Build
run: yarn build
run: pnpm build

- name: Test
run: yarn test
run: pnpm test

0 comments on commit bd372ba

Please sign in to comment.