Skip to content

Commit

Permalink
Update Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Oct 29, 2023
1 parent 55fccf0 commit 8075b16
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 373 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ on:
jobs:
reuseaction:
name: REUSE Compliance Check
uses: StanfordSpezi/.github/.github/workflows/reuse.yml@v2
uses: StanfordBDHG/.github/.github/workflows/reuse.yml@v2
eslint:
name: ESLint
uses: ./.github/workflows/eslint.yml
uses: StanfordBDHG/.github/.github/workflows/eslint.yml@v2
testandcoverage:
name: Test and Coverage
uses: ./.github/workflows/npm-test-and-coverage.yml
uses: StanfordBDHG/.github/.github/workflows/npm-test-and-coverage.yml@v2
dockercomposetest:
name: Docker Compose & Test
uses: ./.github/workflows/docker-compose-test.yml
uses: StanfordBDHG/.github/.github/workflows/docker-compose-test.yml@v2
with:
dockerComposeFile: docker-compose-development.yml
testscript: test.sh
159 changes: 0 additions & 159 deletions .github/workflows/docker-build-and-push.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/docker-compose-test.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/eslint.yml

This file was deleted.

20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ on:
workflow_dispatch:

jobs:
# buildandtest:
# name: Build and Test
# uses: ./.github/workflows/build-and-test.yml
buildandtest:
name: Build and Test
uses: ./.github/workflows/build-and-test.yml
nextjsgithubpages:
name: Deploy Next.js site to GitHub Pages
# needs: buildandtest
uses: ./.github/workflows/nextjs-github-pages.yml
# dockerimage:
# name: Docker Build and Push
# uses: ./.github/workflows/docker-build-and-push.yml
# with:
# imageName: stanfordbdhg/typescripttemplate
needs: buildandtest
uses: StanfordBDHG/.github/.github/workflows/nextjs-github-pages.yml@v2
dockerimage:
name: Docker Build and Push
uses: StanfordBDHG/.github/.github/workflows/docker-build-and-push.yml@v2
with:
imageName: stanfordbdhg/typescripttemplate
65 changes: 0 additions & 65 deletions .github/workflows/nextjs-github-pages.yml

This file was deleted.

Loading

0 comments on commit 8075b16

Please sign in to comment.