We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccc018 commit 8d91f5fCopy full SHA for 8d91f5f
.github/workflows/modem__target-test.yml
@@ -69,12 +69,12 @@ jobs:
69
- modem
70
env:
71
TEST_DIR: components/esp_modem/${{ matrix.test.path }}
72
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
73
steps:
74
- name: Clear repository
75
run: |
76
sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
- - name: Checkout repository with sparse-checkout
77
- uses: actions/checkout@v3
+ - uses: actions/checkout@v3
78
- uses: actions/download-artifact@v3
79
with:
80
name: modem_target_bin_${{ matrix.idf_target }}_${{ matrix.idf_ver }}_${{ matrix.test.app }}
0 commit comments