Remove spurious $ #670
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: Test Carthage | |
on: | |
- push | |
- pull_request | |
permissions: | |
contents: read | |
jobs: | |
test: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: install dependencies | |
run: | | |
sudo apt -q update | |
sudo apt -y install systemd-container socat qemu-utils fai-setup-storage fai-server python3-mako python3-sh python3-pyvmomi python3-yaml python3-pytest python3-pip python3-lmdb ansible genisoimage runc crun- sshfs | |
sudo pip install python-dateutil | |
- name: run tests | |
run: | | |
sudo PYTHONPATH=$(pwd) pytest-3 -v --carthage-config=.github/test_config.yml --log-cli-level=debug | |