Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #730

Merged
merged 15 commits into from
Jun 24, 2023
Prev Previous commit
Next Next commit
trying /home/runner/work/input-remapper
  • Loading branch information
sezanzeb committed Jun 24, 2023
commit 52a46b43c6241de54df2e90bd425405ad54ff1bf
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: |
# FIXME: Had some permissions issues, currently worked around by running tests as root
mkdir test_tmp
export DATA_DIR="/opt/hostedtoolcache/Python/3.11.3/x64/lib/python3.11/site-packages/usr/share/input-remapper"
export DATA_DIR="/home/runner/work/input-remapper/data"
export TMPDIR="$(realpath test_tmp)"
find / -type d -name "input-remapper"
find / -type f -name "input-remapper.glade"
find $DATA_DIR
sudo python tests/test.py --start-dir unit