skrawcz commented on code in PR #1342:
URL: https://github.com/apache/hamilton/pull/1342#discussion_r2157941572


##########
.github/workflows/hamilton-main.yml:
##########
@@ -0,0 +1,163 @@
+name: Unit Tests
+
+on:
+  workflow_dispatch:
+
+  pull_request:
+    branches:
+        - main
+    paths:
+        - '.github/**'
+        - 'hamilton/**'
+        - 'plugin_tests/**'
+        - 'tests/**'
+        - 'pyproject.toml'
+
+jobs:
+  test:
+    name: "Unit Tests"
+    runs-on: ${{ matrix.os }}
+    strategy:
+      fail-fast: false # will change this to true at the end, but want to see 
tests failing on all use cases

Review Comment:
   actually I think we want this to be false always.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to