Skip to content

Commit

Permalink
added second test case via matrix systax
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed Jul 10, 2023
1 parent 717b364 commit b6a9e86
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/globalworkflow-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: gw-ci-orion
# A GitHub Action that creates a deployment for a PR, clones, builds and runs a test suite
# This workflow is triggered by a label being added to a PR
# The label name determines the environment to deploy to
# The label name must be one of the following:
# - CI-Orion-Ready
# - CI-Orion-Build
# - CI-Orion-Run
# This workflow is triggered by a label being added to a PR name Orion-Ready

on:
pull_request:
Expand Down Expand Up @@ -88,7 +83,7 @@ jobs:
runs-on: [self-hosted, orion-ready]
strategy:
matrix:
pslot: ["C48_S2S"]
pslot: ["C48_S2S","C96_atm3DVar"]

steps:
- name: Create Experiments ${{ matrix.pslot }}
Expand Down Expand Up @@ -118,7 +113,7 @@ jobs:
runs-on: [self-hosted, orion-ready]
strategy:
matrix:
pslot: ["C48_S2S"]
pslot: ["C48_S2S","C96_atm3DVar"]
steps:
- name: Run Experiment ${{ matrix.pslot }}
env:
Expand Down

0 comments on commit b6a9e86

Please sign in to comment.