We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9650842 commit a1361eaCopy full SHA for a1361ea
1 file changed
.github/workflows/build.yaml
@@ -45,6 +45,9 @@ jobs:
45
cp webextensions/chrome/manifest.json.dev webextensions/chrome/manifest.json
46
make -C webextensions/chrome
47
make -C webextensions/firefox
48
+ - name: Run tests
49
+ run: |
50
+ make -C webextensions test
51
- name: Upload Extensions
52
uses: actions/upload-artifact@v4
53
with:
@@ -59,6 +62,9 @@ jobs:
59
62
make -C webextensions/edge
60
63
61
64
65
66
67
68
69
70
0 commit comments