aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-06-06 17:10:10 +0200
committerJan200101 <sentrycraft123@gmail.com>2021-06-06 17:10:10 +0200
commit537994756d80178bdaf25e96968f34d2e144797f (patch)
treea093dfc43a8487c5866808e74e7250a6818cf6e0 /.github/workflows/ci.yml
parentdf1df2929646abd77955b80e3ded3574ac005179 (diff)
downloadpolecat-537994756d80178bdaf25e96968f34d2e144797f.tar.gz
polecat-537994756d80178bdaf25e96968f34d2e144797f.zip
fix win env, add proper mocking code to test implementation
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d65168c..3adc35c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,10 +45,15 @@ jobs:
shell: bash
run: ./polecat_mock wine list
- - name: Test `dxvk list`
+ - name: Test `wine download`
working-directory: ${{runner.workspace}}/build
shell: bash
- run: ./polecat_mock dxvk list
+ run: ./polecat_mock wine download mock
+
+ - name: Test `wine run`
+ working-directory: ${{runner.workspace}}/build
+ shell: bash
+ run: ./polecat_mock run mock 1 2 3 4
- name: Test `lutris search`
working-directory: ${{runner.workspace}}/build