Skip to content

Commit

Permalink
ok looks like i can't share env merging setu[/build/test
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Oct 28, 2023
1 parent bf0f099 commit a14322b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master

jobs:
setup:
test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -36,10 +36,6 @@ jobs:
id: package-version
uses: martinbeentjes/npm-get-version-action@main

build:
needs: setup
runs-on: ubuntu-latest
steps:
- name: Get Env Ready
run: |
npm ci
Expand All @@ -61,10 +57,6 @@ jobs:
run: |
npm run package
Test:
needs: build
runs-on: ubuntu-latest
steps:
- name: Run Docker
run: |
npm run ci-docker-test-start
Expand Down

0 comments on commit a14322b

Please sign in to comment.