Skip to content

fixed tests

fixed tests #20

Workflow file for this run

on:
push:
tags:
- "v*"
permissions:
contents: read
pages: write
id-token: write
jobs:
tests:
uses: ./.github/workflows/main.yml
deploy:
needs: [tests]
environment:
name: "github-pages"
url: ${{ steps.build-publish.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/[email protected]
with:
path: dist/code-chef/browser
build_command: npm run build