diff options
| author | Emīls <emils@mullvad.net> | 2024-10-17 08:45:55 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-10-18 18:25:29 +0200 |
| commit | 1dadbb1ec373bda3937cf20305e652ae92969f52 (patch) | |
| tree | b9b99bf3c8449eda5a199164bb7bf9df173a3212 /.github/workflows | |
| parent | 12dd4f4e2214070edd384c3a79d63c4eec4626dd (diff) | |
| download | mullvadvpn-1dadbb1ec373bda3937cf20305e652ae92969f52.tar.xz mullvadvpn-1dadbb1ec373bda3937cf20305e652ae92969f52.zip | |
Force a sync of the whole system before reading config
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ios-end-to-end-tests.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ios-end-to-end-tests.yml b/.github/workflows/ios-end-to-end-tests.yml index 60e63e3bf7..ea80d5d0b3 100644 --- a/.github/workflows/ios-end-to-end-tests.yml +++ b/.github/workflows/ios-end-to-end-tests.yml @@ -47,6 +47,9 @@ jobs: if [ -n "${{ inputs.arg_tests_json_key }}" ]; then # JSON key supplied by another workflow calling this reusable workflow echo "Using calling workflow supplied test suites JSON key: ${{ inputs.arg_tests_json_key }}" + # Forcing the filesystem buffers to be flushed to ensure the + # directory tree is updated + sync test_suites_json=$(jq -r --compact-output '.tests."${{ inputs.arg_tests_json_key }}"' tests.json) echo "test_suites_json=$test_suites_json" >> $GITHUB_ENV elif [ -n "${{ inputs.user_supplied_test_name }}" ]; then |
