Skip to content

Commit

Permalink
Added check to validate DNS nameservers
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 17, 2024
1 parent 3bb9e32 commit d533eb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
- name: Run shellcheck
run: ./scripts/build/shellcheck.sh

- name: Validate Nameserver
run: |
ping google.com
nslookup google.com 8.8.8.8
nslookup google.com 1.1.1.1
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/[email protected]
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ matplotlib==3.7.4 # required for notebook sklearn
jupysql==0.10.10 # required for multiple notebooks
stopwatch.py>=2.0.1 # also required by ITDE
exasol-notebook-connector==0.3.0
exasol-integration-test-docker-environment==3.1.0 # experimental
# exasol-integration-test-docker-environment==3.1.0 # experimental
pickleshare==0.7.5 # See https://github.com/exasol/ai-lab/issues/291 for details.
ipyfilechooser==0.6.0 # required for SLC notebooks
ipywidgets==8.1.1 # enable interactive Javascript widgets in the notebooks

0 comments on commit d533eb0

Please sign in to comment.