Skip to content

Fix installation being exectued from a differente folder #3

Fix installation being exectued from a differente folder

Fix installation being exectued from a differente folder #3

name: Native Ubuntu 22.04 pipeline
on: [push,pull_request]
jobs:
ubuntu_22_native_test_pipeline:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: Install development dependencies
run: ./.devcontainer/setup_environment_on_ubuntu_22.sh
- name: Configure
run: ./scripts/format.sh
- name: Build
run: ./scripts/build.sh
- name: Tests
run: ./scripts/test.sh --stop-on-failure