Skip to content

Commit

Permalink
Moved envs into test
Browse files Browse the repository at this point in the history
  • Loading branch information
mephenor committed Apr 16, 2024
1 parent d65b134 commit aa35e0e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/monorepo_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: Monorepo Tests

on: push

env:
IFRS_CONFIG_YAML: ./services/ifrs/.dev/.dev_config.yaml
IRS_CONFIG_YAML: ./services/irs/.dev/.dev_config.yaml
PCS_CONFIG_YAML: ./services/pcs/.dev/.dev_config.yaml

jobs:
check-changes:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -40,6 +35,10 @@ jobs:
matrix:
service: ${{ fromJson(needs.check-changes.outputs.services) }}
fail-fast: false
env:
IFRS_CONFIG_YAML: ./services/ifrs/.dev/.dev_config.yaml
IRS_CONFIG_YAML: ./services/irs/.dev/.dev_config.yaml
PCS_CONFIG_YAML: ./services/pcs/.dev/.dev_config.yaml
steps:
- name: Checkout ${{matrix.service}}
uses: actions/checkout@v4
Expand Down

0 comments on commit aa35e0e

Please sign in to comment.