0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00

Fix typo in Actions workflow

This commit is contained in:
Dennis Ameling 2021-02-13 01:51:52 +01:00
parent 0042e0d60c
commit 5bfbe24c2d

View File

@ -207,10 +207,10 @@ jobs:
- run: yarn tsc
- run: yarn lint
if: matrix.arch == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest'
- run: yarn format -c
if: matrix.arch == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest'
- name: Run yarn test
uses: GabrielBB/xvfb-action@v1.4