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 673b074 commit 71f63c9Copy full SHA for 71f63c9
.github/workflows/check.yml
@@ -5,6 +5,9 @@ on:
5
- main
6
pull_request:
7
8
+env:
9
+ EDGEE_API_TOKEN: ${{ secrets.EDGEE_API_TOKEN }}
10
+
11
jobs:
12
test:
13
name: test
@@ -22,11 +25,11 @@ jobs:
22
25
python-version-file: "pyproject.toml"
23
26
24
27
- name: Install edgee
- uses: edgee-cloud/install-edgee-cli@v0.1.0
28
+ uses: edgee-cloud/install-edgee-cli@v0.2.0
29
30
- name: Build component
31
run: |
- edgee components build
32
+ edgee component build
33
34
- name: Verify .wasm file exists
35
0 commit comments