chore(Ash.Test
): Updates to assert_has_error
and refute_has_error
to accept :ok
tuples
#4400
Workflow file for this run
This file contains 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
name: Ash CI | |
on: | |
push: | |
tags: | |
- "v*" | |
branches: [main, "3.0"] | |
pull_request: | |
branches: [main, "3.0"] | |
workflow_dispatch: | |
jobs: | |
ash-ci: | |
strategy: | |
matrix: | |
sat_solver: ["SimpleSat", "Picosat"] | |
uses: ash-project/ash/.github/workflows/ash-ci.yml@main | |
secrets: | |
HEX_API_KEY: ${{ secrets.HEX_API_KEY }} | |
with: | |
sat-solver: ${{ matrix.sat_solver }} | |
igniter-upgrade: ${{matrix.sat_solver == 'SimpleSat'}} |