Skip to content

Commit

Permalink
ci: test v-next ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed Jul 19, 2024
1 parent 69718c8 commit 350b7ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/v-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ name: v-next app CI

on:
push:
branches: [ "master" ]
branches: ['master']
pull_request:
branches: [ "master" ]
branches: ['master']

jobs:
build:

runs-on: self-hosted

strategy:
Expand All @@ -23,12 +22,7 @@ jobs:
AUTH_GITHUB_SECRET: ${{secrets.AUTH_GITHUB_SECRET}}
AUTH_TRUST_HOST: ${{secrets.AUTH_TRUST_HOST}}
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: nvm use && rush install
- run: rush build -to v-next
- run: pm2 restart v-next
- uses: actions/checkout@v4
- run: nvm use && rush install
- run: rush build -to v-next
- run: pm2 restart v-next
Binary file added apps/.DS_Store
Binary file not shown.

0 comments on commit 350b7ee

Please sign in to comment.