tests: Fix tests_network_state_nm.yml
CI failure
#1478
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: integration | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
merge_group: | |
branches: | |
- main | |
types: | |
- checks_requested | |
push: | |
branches: | |
- main | |
jobs: | |
integration: | |
runs-on: ubuntu-20.04 | |
strategy: | |
fail-fast: false | |
matrix: | |
include: | |
- os: "c7" | |
- os: "c8s" | |
- os: "c9s" | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run tests | |
run: sudo .github/run_test.sh --os ${{ matrix.os }} |