mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
Update app workflow to use macOS 14 and add missing checkout step
This commit is contained in:
6
.github/workflows/app.yml
vendored
6
.github/workflows/app.yml
vendored
@@ -19,8 +19,9 @@ jobs:
|
||||
|
||||
lint:
|
||||
needs: install
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run linter
|
||||
run: yarn lint
|
||||
working-directory: ./app
|
||||
@@ -30,8 +31,9 @@ jobs:
|
||||
|
||||
test:
|
||||
needs: install
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install app dependencies
|
||||
run: yarn install-app
|
||||
working-directory: ./app
|
||||
|
||||
Reference in New Issue
Block a user