Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-rogers committed Mar 1, 2024
1 parent 190fc18 commit 030cd31
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Nightly Docker test

on:
schedule:
- cron "0 0 * * *"
pull_request:
push:
branches: [mainline, 1.0.x]
tags:
- "[0-9]+.[0-9]+.[0-9]+*"
# schedule:
# - cron "0 0 * * *"

jobs:
test:
Expand All @@ -12,4 +17,4 @@ jobs:
- name: Test Dockerfile.dev
run: |
docker build -t whylogs -f Dockerfile.dev .
docker run --rm -it -v $(pwd):/workspace whylogs docker_test.sh
docker run --rm -it -v $(pwd):/workspace whylogs ./docker_test.sh

0 comments on commit 030cd31

Please sign in to comment.