Skip to content

Improve file reading error reporting #2

Improve file reading error reporting

Improve file reading error reporting #2

name: "CI - Integration Tests"
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
integration-tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./rust/agama-migrate-wicked/tests
strategy:
fail-fast: false
container:
image: registry.opensuse.org/home/jcronenberg/github-ci/containers/opensuse/migrate-wicked-testing
options: --security-opt seccomp=unconfined
steps:
- name: Git Checkout
uses: actions/checkout@v3
- name: Run migration integration tests
run: ./test.sh