fix: implement nested_steps/1 for Step.Switch to fix dependency resolution
#769
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors | |
| # SPDX-FileCopyrightText: 2023 reactor contributors <https://github.com/ash-project/reactor/graphs.contributors> | |
| # | |
| # SPDX-License-Identifier: MIT | |
| name: Reactor CI | |
| on: | |
| push: | |
| tags: | |
| - "v*" | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| ash-ci: | |
| uses: ash-project/ash/.github/workflows/ash-ci.yml@main | |
| secrets: | |
| HEX_API_KEY: ${{ secrets.HEX_API_KEY }} | |
| with: | |
| spark-formatter: true | |
| postgres: false | |
| igniter-upgrade: false | |
| reuse: true |