Sfoglia il codice sorgente

Sh runner (#297)

* set self-hosted runner
* set GH runner for pylint
* fix upload to storage
* add workspace cleanup for CI
rusdacent 5 anni fa
parent
commit
c70ed2f349
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      .github/workflows/ci.yml

+ 3 - 0
.github/workflows/ci.yml

@@ -10,6 +10,9 @@ jobs:
   build:
     runs-on: [self-hosted]
     steps:
+      - name: Cleanup workspace
+        uses: AutoModality/action-clean@v1
+
       - name: Checkout code
         uses: actions/checkout@v2
         with: