Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 12, 2023
1 parent c11bce5 commit 4a15bee
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/build_test_deploy_new.yml
@@ -0,0 +1,31 @@
on:
push:
branches: ['ijjk/update-ci-workflow']

name: Build, test, and deploy

env:
NAPI_CLI_VERSION: 2.14.7
TURBO_VERSION: 1.6.3
RUST_TOOLCHAIN: nightly-2023-03-09
PNPM_VERSION: 7.24.3
NODE_MAINTENANCE_VERSION: 16
NODE_LTS_VERSION: 18

jobs:
build:
runs-on: self-linux-x64-16gb

env:
TURBO_TEAM: 'vercel'
TURBO_REMOTE_ONLY: 'true'
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}

steps:
- run: node -v

- run: docker --version

- run: sudo apt update

- run: pwd

0 comments on commit 4a15bee

Please sign in to comment.