Skip to content

Commit

Permalink
upgrade to latest (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmclellan-crexi authored Aug 25, 2024
1 parent 8cf9a9e commit 1105991
Show file tree
Hide file tree
Showing 5 changed files with 16,174 additions and 14,378 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@ name: CI

on:
pull_request:
branches:
- main
types: [opened, synchronize, reopened, ready_for_review]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

permissions:
actions: read
contents: read

jobs:
main:
ci:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ Thumbs.db

.nx/cache
.nx/workspace-data
migrations.json

.angular
3 changes: 3 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
},
"e2e-ci--**/*": {
"dependsOn": ["^build"]
}
},
"plugins": [
Expand Down
Loading

0 comments on commit 1105991

Please sign in to comment.