Skip to content

Commit

Permalink
fix: Ensure default shell is bash in reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed Jan 11, 2024
1 parent 2b5b608 commit 30d4e7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testCode.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Test Code (Reuseable Workflow)

on:
workflow_call:
inputs:
executable: # The name of the test executable to be run and tested
required: true
type: string

defaults:
run:
shell: bash
jobs:
Test-Code:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 30d4e7b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Milky Way model benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.

Benchmark suite Current: 30d4e7b Previous: f167a85 Ratio
Milky Way model - Likelihood - localGroupMassSizeRelation 5.74817033694403 -logℒ 4.7418641768436 -logℒ 1.21

This comment was automatically generated by workflow using github-action-benchmark.

CC: @abensonca

Please sign in to comment.