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 13424f2 commit f12111fCopy full SHA for f12111f
.github/workflows/publish.yml
@@ -2,8 +2,6 @@ on:
2
push:
3
tags:
4
- v*
5
- paths:
6
- - .github/publish.yml
7
jobs:
8
build:
9
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on:
- main
paths:
- lib/**
- - .github/test.yml
+ - .github/workflows/test.yml
10
@@ -19,10 +19,6 @@ jobs:
19
distribution: 'temurin'
20
java-version: '21'
21
22
- - name: Setup OS
23
- run: |
24
- sudo apt-get update && sudo apt-get install -y gnupg2 expect
25
-
26
- name: Test in Chrome
27
env:
28
BROWSER: chrome
0 commit comments