Skip to content

Commit

Permalink
Fix query limits test
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwpedro committed Mar 21, 2024
1 parent b382941 commit 5cfb8aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions concourse/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:

- task: query-limits-tests
privileged: true
file: main.git/concourse/tasks/query-limits-tests.yml
file: beta.git/concourse/tasks/query-limits-tests.yml
input_mapping: {repo.git: beta.git, testtools-repo: testtools-repo}
params:
QUERY_LIMITS_DB: limited
Expand All @@ -238,10 +238,10 @@ jobs:
plan:
- get: beta.git
passed:
- test-beta
- set-self

- task: integration-tests
file: main.git/concourse/tasks/integration-tests.yml
file: beta.git/concourse/tasks/integration-tests.yml
input_mapping: {repo.git: beta.git}
privileged: true
on_success:
Expand All @@ -254,7 +254,7 @@ jobs:
text: fauna-js driver release failed integration tests

- task: publish
file: main.git/concourse/tasks/npm-publish.yml
file: beta.git/concourse/tasks/npm-publish.yml
input_mapping: {repo.git: beta.git}
params:
NPM_TOKEN: ((npm_token))
Expand Down

0 comments on commit 5cfb8aa

Please sign in to comment.