mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-06-20 12:58:24 -06:00
PR-984903: updating packages.
This commit is contained in:
8
.github/workflows/main-workflow.yml
vendored
8
.github/workflows/main-workflow.yml
vendored
@ -11,8 +11,8 @@ on:
|
||||
|
||||
# Define the jobs that will run in the workflow
|
||||
jobs:
|
||||
# Job to run tests
|
||||
test:
|
||||
# Job to run back-end tests
|
||||
integration-back-end-testing:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
# Job to build the package
|
||||
test-build-package:
|
||||
if: github.ref != 'refs/heads/master'
|
||||
needs: test
|
||||
needs: integration-back-end-testing
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -46,7 +46,7 @@ jobs:
|
||||
# Job to publish the package to npm
|
||||
publish-npm:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
needs: test
|
||||
needs: integration-back-end-testing
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user