Skip to content

Commit

Permalink
moving around lines
Browse files Browse the repository at this point in the history
  • Loading branch information
SydZero committed Oct 16, 2024
1 parent a4ce61f commit 7f4880b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
- codecov-workflows
- workflows
#- workflows
pull_request:
branches:
- main
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- workflows
tags:
- 'v*.*.*'
workflow_dispatch:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: .NET Build and Test

on:
push:
branches: [ "main", "workflows" ]
branches:
- main
#- workflows
pull_request:
branches: [ "main" ]
branches:
- main
#- workflows

jobs:
build:
Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/npm_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- run: npm ci
working-directory: ./frontend

- run: npm run build --if-present
working-directory: ./frontend

- run: npm test
working-directory: ./frontend
- working-directory: ./chemistry-cafe/frontend
run: npm ci


- working-directory: ./chemistry-cafe/frontend
run: npm run build --if-present

- working-directory: ./chemistry-cafe/frontend
run: npm test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

0 comments on commit 7f4880b

Please sign in to comment.