mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-22 16:56:40 -06:00
testing actions for java
This commit is contained in:
parent
3b3a54dda0
commit
e7e0cc9bab
25
.github/workflows/main.yml
vendored
Normal file
25
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- testbranch
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '13'
|
||||
java-package: jdk
|
||||
architecture: x64
|
||||
- run: java -version
|
||||
# - name: Run a one-line script
|
||||
# run: echo Hello, world!
|
||||
# - name: Run a multi-line script
|
||||
# run: |
|
||||
# echo Add other actions to build,
|
||||
# echo test, and deploy your project.
|
Loading…
Reference in New Issue
Block a user