diff options
author | Gae24 <96017547+Gae24@users.noreply.github.com> | 2024-04-12 10:06:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 08:06:09 +0000 |
commit | 509b858f15e4d78b019c5da654f29072e96de0ee (patch) | |
tree | 881de6e67442ebeafeaea1c42fff565de363a7e3 /.github | |
parent | 10ec8565eaa0e9e86d3a6506ab1e83d5a41f51c8 (diff) | |
download | servo-509b858f15e4d78b019c5da654f29072e96de0ee.tar.gz servo-509b858f15e4d78b019c5da654f29072e96de0ee.zip |
mach: Remove unused `--angle` command line argument (#32050)
* removed unused angle command line argument
Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
* Removed argument from smoketest in Windows workflows
Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
---------
Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9bd9beca5e4..ad749267159 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -90,7 +90,7 @@ jobs: - name: Copy resources run: cp D:\a\servo\servo\resources C:\a\servo\servo -Recurse - name: Smoketest - run: python mach smoketest --angle --${{ inputs.profile }} + run: python mach smoketest --${{ inputs.profile }} - name: Unit tests if: ${{ inputs.unit-tests }} uses: nick-fields/retry@v3 |