Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Build Ionic Angular App

on:
push:
branches:
- main
pull_request:
branches:
- main
run-name: ${{ github.actor }} build Ionic Angular App
on: [push]
# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:
build:
Expand All @@ -19,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22

- name: Install dependencies
run: npm install
Expand All @@ -29,7 +31,8 @@ jobs:

- name: Build the app
run: ionic build

- name: Run unit tests
run: npm test

# does not work, Missing X server or $DISPLAY
# - name: Run unit tests
# run: npm test

18 changes: 0 additions & 18 deletions .github/workflows/github-actions-demo.yml

This file was deleted.

Loading