Skip to content

Commit

Permalink
Merge pull request #226 from fusion-energy/develop
Browse files Browse the repository at this point in the history
badges for each task
  • Loading branch information
shimwell authored Jul 31, 2023
2 parents 9e88e9d + bebf978 commit 605bcb2
Show file tree
Hide file tree
Showing 44 changed files with 694 additions and 417 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 1

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 1
run: |
pytest tests/test_task_1.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 10

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 10
run: |
pytest tests/test_task_10.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_11.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 11

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 11
run: |
pytest tests/test_task_11.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_12.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 12

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 12
run: |
pytest tests/test_task_12.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 13

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 13
run: |
pytest tests/test_task_13.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 14

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 14
run: |
pytest tests/test_task_14.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_15.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 15

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 15
run: |
pytest tests/test_task_15.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_16.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 16

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 16
run: |
pytest tests/test_task_16.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_17.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 17

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 17
run: |
pytest tests/test_task_17.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_18.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 18

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 18
run: |
pytest tests/test_task_18.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 2

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 2
run: |
pytest tests/test_task_2.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 3

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 3
run: |
pytest tests/test_task_3.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 4

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 4
run: |
pytest tests/test_task_4.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 5

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 5
run: |
pytest tests/test_task_5.py -v
25 changes: 25 additions & 0 deletions .github/workflows/ci_task_6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Task 6

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: test task 6
run: |
pytest tests/test_task_6.py -v
Loading

0 comments on commit 605bcb2

Please sign in to comment.