Skip to content

Commit

Permalink
Add Keras to E2E tests (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
twolodzko committed Oct 4, 2022
1 parent ed01fe0 commit 86eb026
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/tests-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ runs:
NEPTUNE_API_TOKEN: ${{ inputs.user-api-token}}
NEPTUNE_PROJECT: e2e-tests/e2e

- name: Test Keras integration
uses: neptune-ai/neptune-tensorflow-keras/.github/actions/e2e@master
with:
working_directory: neptune_keras
env:
NEPTUNE_API_TOKEN: ${{ inputs.user-api-token}}
NEPTUNE_PROJECT: e2e-tests/e2e

- name: Display test artifacts
if: always()
run: ls -R ./test-results
Expand Down

0 comments on commit 86eb026

Please sign in to comment.