Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Jul 17, 2023
1 parent bd906a3 commit 17e051d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/visual-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ on:

jobs:
visual-ci:
name: Generate Visual CI Artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: cd base && npm install && npm run --silent generate-layers > light.json
- run: curl -H "Transfer-Encoding: chunked" -H "Authorization: ${{ secrets.AUTHORIZATION }}" -T light.json https://visual-ci-uploader.protomaps-dev.workers.dev/${{ github.sha }}/light.json
- run: |
curl -H "Transfer-Encoding: chunked" -H "Authorization: ${{ secrets.AUTHORIZATION }}" -T light.json https://visual-ci-uploader.protomaps-dev.workers.dev/${{ github.sha }}/light.json

0 comments on commit 17e051d

Please sign in to comment.