Skip to content

Commit

Permalink
TEMP: don't actually run any tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsliacan committed Jan 24, 2024
1 parent 2d5ef6e commit 13c5acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ jobs:
HOST=$(cat host)
USER=$(cat username)
# platform tag is inferred from the image
# empty runs the entire suite
E2E_TAGS=""
# empty runs the entire suite, otherwise use e.g. '@config'
E2E_TAGS="@config && ~@config"
TARGET_FOLDER="crc-e2e"
podman run --rm -d --name crc-e2e \
Expand Down

0 comments on commit 13c5acf

Please sign in to comment.