Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tableau connector updates #1724

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/discovery_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
elixir-version: 1.10.4
- uses: actions/setup-node@v2-beta
with:
node-version: "10"
node-version: "14"
- name: Get dependencies
run: |
bash scripts/gh-action-get-deps.sh
Expand Down
2 changes: 1 addition & 1 deletion apps/discovery_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule DiscoveryApi.Mixfile do
[
app: :discovery_api,
compilers: [:phoenix, :gettext | Mix.compilers()],
version: "1.3.17",
version: "1.3.18",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
6 changes: 5 additions & 1 deletion apps/discovery_api/priv/static/tableau/jest.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
// jest wants this
const config = {
testEnvironment: 'jsdom'
};

module.exports = config;
Loading
Loading