Skip to content

Commit

Permalink
bun work
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Feb 19, 2025
1 parent 1b66956 commit cae0125
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,18 @@ jobs:
"@FuelLabs" = { token = "$GITHUB_TOKEN", url = "https://npm.pkg.github.com/" }
EOF
env:
HOME: ${{ github.workspace }}
# HOME: ${{ github.workspace }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Running test for bun create
run: bun create @FuelLabs/fuels test-project --no-install
env:
HOME: ${{ github.workspace }}
# NPM_CONFIG_REGISTRY: https://npm.pkg.github.com
# BUN_CONFIG_REGISTRY: https://npm.pkg.github.com
# HOME: ${{ github.workspace }}
# npm_config_registry: https://npm.pkg.github.com
# BUN_CONFIG_REGISTRY: https://npm.pkg.github.com

# npm_config_token: ${{ secrets.GITHUB_TOKEN }}
# BUN_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_CONFIG_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run UI tests (on template)
Expand Down

0 comments on commit cae0125

Please sign in to comment.