Skip to content

Commit

Permalink
Merge pull request #1 from HarrisChu/test_workflow
Browse files Browse the repository at this point in the history
workflow test
  • Loading branch information
HarrisChu authored Dec 17, 2021
2 parents 5aacfec + 1e6c471 commit 09dfac5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
k6
output.csv
output.csv

buildenv_*

0 comments on commit 09dfac5

Please sign in to comment.