diff --git a/.github/workflows/manual.yaml b/.github/workflows/manual.yaml new file mode 100644 index 0000000..d3b7c43 --- /dev/null +++ b/.github/workflows/manual.yaml @@ -0,0 +1,23 @@ +name: release + +on: + workflow_dispatch: + + +jobs: + ci: + runs-on: ubuntu-18.04 + strategy: + matrix: + node: [14] + os: [macos-latest, windows-latest, ubuntu-18.04] + include: + - node: 15 + os: ubuntu-18.04 + experimental: true + + + steps: + - name: test + run: | + echo ${{ matrix.experimental }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 584c712..2560b38 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ k6 -output.csv \ No newline at end of file +output.csv + +buildenv_* \ No newline at end of file