Skip to content

Commit 0b46b23

Browse files
committed
1 parent a644a42 commit 0b46b23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rundemo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ jobs:
4747
working-directory: swift-foundation
4848
# these assertions fail in the CI for some reason
4949
run: |
50+
ls
51+
find . -name BenchmarkCalendar.swift
5052
perl -pi -e 's;assert\(identifier ;//assert\(identifier ;g' Benchmarks/Internationalization/BenchmarkCalendar.swift
5153
perl -pi -e 's;assert\(cal.firstWeekday;//assert\(cal.firstWeekday;g' Benchmarks/Internationalization/BenchmarkCalendar.swift
54+
cat Benchmarks/Internationalization/BenchmarkCalendar.swift
5255
- name: "Build Foundation"
5356
working-directory: swift-foundation
5457
run: SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo swift build

0 commit comments

Comments
 (0)