Skip to content

Commit

Permalink
Add and update GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sofusalbertsen committed Jan 23, 2024
1 parent c2c4cd9 commit e147744
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 24 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Main workflow
on: push
jobs:
Build:
Expand Down
1 change: 1 addition & 0 deletions trainer/.github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Main workflow
on: push
jobs:
Build:
Expand Down
12 changes: 0 additions & 12 deletions trainer/.github/workflows/extended-pipeline.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions trainer/.github/workflows/pipeline-with-docker-image.yaml

This file was deleted.

7 changes: 4 additions & 3 deletions trainer/.github/workflows/storing-artifacts.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Main workflow
on: push
jobs:
Build:
runs-on: ubuntu-latest
container: gradle:6-jdk11
steps:
- name: Clone-down
- name: Clone down repository
uses: actions/checkout@v4
- name: Build application
run: chmod +x ci/build-app.sh && ci/build-app.sh
run: ci/build-app.sh
- name: Test
run: chmod +x ci/unit-test-app.sh && ci/unit-test-app.sh
run: ci/unit-test-app.sh
- name: Upload Repo
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e147744

Please sign in to comment.