We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a038a commit cdba967Copy full SHA for cdba967
.github/workflows/test_plugin_on_qgis.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Pull docker images
21
run: docker-compose pull
22
- uses: satackey/action-docker-layer-caching@v0.0.11
23
- continue_on_error: true
+ continue-on-error: true
24
- name: Start the environment
25
run: ./start.sh
26
- name: Tests
0 commit comments