From aef76d3a5f8f476751ff5c93ac2469d2d2dcf1a0 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Tue, 23 Jul 2024 18:31:32 -0700 Subject: [PATCH] ci: fix typo in file path --- .github/workflows/specs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml index 5c63ba760..a9dd5301e 100644 --- a/.github/workflows/specs.yml +++ b/.github/workflows/specs.yml @@ -34,4 +34,4 @@ jobs: run: bundle exec rspec utilities/specs --tag ${{ matrix.course }}_${{ matrix.suite }} - name: summary if: always() - run: ruby utitlities/specs/spec_summary.rb + run: ruby utilities/specs/spec_summary.rb