Skip to content

Commit

Permalink
Merge pull request #36 from suchyba/33-add-action-to-build-dev-package
Browse files Browse the repository at this point in the history
33 add action to build dev package
  • Loading branch information
suchyba authored Sep 22, 2023
2 parents 05c7aab + 3b84457 commit 86a7e49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
DEV_RELEASE:
required: true
type: boolean
secrets:
GITHUB_TOKEN:
required: true

jobs:
build-release:
Expand Down
23 changes: 5 additions & 18 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,8 @@ on:

jobs:
build-pack:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v4

- name: Set up Node.js version
uses: actions/setup-node@v3
with:
node-version: '18.x'

- name: npm install
run: npm install

- name: npm build
run: npm run build --if-present

# - name: npm test
# run: npm run test --if-present
name: Build and pack
uses: ./.github/workflows/build-pack
with:
APPLICATION_NAME: group-by.web.app
ONLY_BUILD: true

0 comments on commit 86a7e49

Please sign in to comment.