Skip to content

Commit

Permalink
Try to fix circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna committed Oct 26, 2023
1 parent 36af80f commit 3135203
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,11 @@ description: FaunaDB JVM Driver Tests

executors:
core:
parameters:
version:
type: enum
enum: ["nightly"]
resource_class: large
docker:
- image: openjdk:11
- image: gcr.io/faunadb-cloud/faunadb/enterprise/<<parameters.version>>:latest
- image: fauna/faunadb:latest
name: core
auth:
username: _json_key
password: $GCR_KEY
environment:
SBT_VERSION: 1.4.7
FAUNA_ROOT_KEY: secret
Expand Down Expand Up @@ -92,16 +85,15 @@ commands:
path: results/

jobs:
core-nightly:
core:
executor:
name: core
version: nightly
steps:
- build_and_test

workflows:
version: 2
build_and_test:
jobs:
- core-nightly:
- core:
context: faunadb-drivers

0 comments on commit 3135203

Please sign in to comment.