diff --git a/.github/workflows/test-build-workflow.yml b/.github/workflows/test-build-workflow.yml index 45baa6d..1a2bc33 100644 --- a/.github/workflows/test-build-workflow.yml +++ b/.github/workflows/test-build-workflow.yml @@ -6,18 +6,18 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - # - shell: bash - # run: | - # npm i - # npm run build + - shell: bash + run: | + npm i + npm run build - - uses: actions/github-script@v6 - with: - script: | - github.rest.issues.create({ - owner: context.repo.owner, - repo: context.repo.repo, - title: "Tino's Issue #1", - body: "subj" - }) + # - uses: actions/github-script@v6 + # with: + # script: | + # github.rest.issues.create({ + # owner: context.repo.owner, + # repo: context.repo.repo, + # title: "Tino's Issue #1", + # body: "subj" + # })