Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
HanneThienpondt committed Sep 23, 2024
1 parent 2019e31 commit ffe0091
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build_stella.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@

# Define jobs which can be called by other workflows
# Define a composite action which can be called by other workflows
# Takes the OS operating system as an input
name: Build stella (script)
on:
workflow_call:
inputs:
os:
type: string
required: true

# We always run in a bash shell
defaults:
Expand All @@ -18,9 +12,10 @@ defaults:
#-----------------------------------------------------------------------
# Build stella
#-----------------------------------------------------------------------
jobs:
runs:

build-stella:
# Bundle several commands or actions into a single, reusable unit
using: "composite"

# Operating system
runs-on: ${{ inputs.os }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/numerical_checks_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
- name: "3 - Gyrokinetic equation"
- name: "4 - Flux tube"
- name: "5 - Diagnostics"


# Steps
steps:

# Install dependencies
Expand Down

0 comments on commit ffe0091

Please sign in to comment.