Skip to content

Commit

Permalink
Migrate from Travis to GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Jul 4, 2021
1 parent e9e1220 commit cccd087
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on: [push]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v1
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '8'
- name: Build and test
run: |
scripts/get-neo4j.sh
./gradlew inits build -x :trainbenchmark-generator-sql:test -x :trainbenchmark-tool-mysql:test -x :trainbenchmark-tool-sqlite:test --stacktrace --continue
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

0 comments on commit cccd087

Please sign in to comment.