cte пре 1 година
родитељ
комит
75bf341057
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/code-qa.yml

+ 1 - 1
.github/workflows/code-qa.yml

@@ -46,7 +46,7 @@ jobs:
   integration-test:
     strategy:
       matrix:
-        os: [macos-latest] # ubuntu-latest, windows-latest
+        os: [macos-latest, ubuntu-latest] # ubuntu-latest, windows-latest
     runs-on: ${{ matrix.os }}
     steps:
       - name: Checkout code