diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59fa209..3c61de7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,6 @@ jobs: bundler-cache: true - name: Test env: - DESTINATION: platform=${{ matrix.destination }} - run: bundle exec fastlane test destination:"$DESTINATION" + DESTINATION: platform="${{ matrix.destination }}" + run: bundle exec fastlane test destination:$DESTINATION