diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 22758a223..84161529d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,7 +59,7 @@ jobs: - run: addlicense -check -c "Sharezone UG (haftungsbeschränkt)" -f header_template.txt -ignore "**/GeneratedPluginRegistrant.swift" . test: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v2 @@ -75,7 +75,7 @@ jobs: run: pub global activate --source path "$CI_CD_DART_SCRIPTS_PACKAGE_PATH" # So we can just use "sz COMMAND" instead of "dart ../path/to/script.dart ..." - - run: echo $(realpath ./bin) >> $GITHUB_PATH + - run: echo $(pwd)/bin >> $GITHUB_PATH - name: Run tests via "sz test" run: sz test -v