Skip to content

Commit 8ddccf3

Browse files
testing workflow
1 parent 471e75c commit 8ddccf3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/2024-ruby.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
uses: ruby/setup-ruby@v1
2121
with:
2222
bundler-cache: true
23+
working-directory: ./2024/ruby
2324
- name: Run tests
2425
run: bundle exec rspec

2024/ruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![2024-ruby](https://github.com/invalidusrname/adventofcode/actions/workflows/2024-ruby.yaml/badge.svg)](https://github.com/invalidusrname/adventofcode/actions/workflows/2024-ruby.yaml)
44

5-
Solutions for [Advent of Code 2024](https://adventofcode.com/2024) done in ruby
5+
Solutions for [Advent of Code 2024](https://adventofcode.com/2024) done in Ruby
66

77
## Setup
88

0 commit comments

Comments
 (0)