Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 22, 2024
1 parent ae5ad2c commit fd7eb74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:

build:
runs-on: ubuntu-latest
# defaults:
# run:
# working-directory: gg-mono
env:
TURBO_URL: ${{ secrets.TURBO_URL }}
TURBO_CODE: ${{ secrets.TURBO_CODE }}
timeout-minutes: 1
steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion gg-mono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": true,
"scripts": {
"build": "pnpm --stream -r build",
"build:turbo": "turbo build --api=${{ secrets.TURBO_URL }} --token=${{ secrets.TURBO_CODE }} --team=CI",
"build:turbo": "turbo build --api=$TURBO_URL --token=TURBO_CODE --team=CI",
"coverage": "pnpm --stream -r coverage",
"format:check": "pnpm --stream -r format:check",
"format:write": "pnpm -r format:write",
Expand Down

0 comments on commit fd7eb74

Please sign in to comment.