diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-06-06 17:10:10 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-06-06 17:10:10 +0200 |
commit | 537994756d80178bdaf25e96968f34d2e144797f (patch) | |
tree | a093dfc43a8487c5866808e74e7250a6818cf6e0 /.github/workflows | |
parent | df1df2929646abd77955b80e3ded3574ac005179 (diff) | |
download | polecat-537994756d80178bdaf25e96968f34d2e144797f.tar.gz polecat-537994756d80178bdaf25e96968f34d2e144797f.zip |
fix win env, add proper mocking code to test implementation
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 9 |
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 |