Skip to content

Commit

Permalink
ci: update matrix test strategy to fail fast, fix test error, fix jso…
Browse files Browse the repository at this point in the history
…n validation error
  • Loading branch information
IronCore864 authored Nov 28, 2024
1 parent 85ecb9f commit 741f208
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/matrix-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,16 @@ jobs:
needs: set-matrix
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
interface: ${{ fromJSON(needs.set-matrix.outputs.matrix_values) }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install dependencies
Expand Down
1 change: 0 additions & 1 deletion docs/json_schemas/dns_record/v0/requirer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"type": "object"
},
"RecordClass": {
"const": "IN",
"description": "Represent the DNS record classes.",
"enum": [
"IN"
Expand Down

0 comments on commit 741f208

Please sign in to comment.