Skip to content

Commit 6f31c82

Browse files
committed
tests
1 parent 5484f64 commit 6f31c82

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [3.3.1] #removed 3.0.0
14+
ruby: [3.3.0, 3.3.1] #removed 3.0.0
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Configuration file: /Users/matt/code/tla/static/_config.yml
4949

5050
```
5151

52+
53+
If these steps do not work for you, you may also try doing this:
54+
55+
5256
Visit whatever follows the server address line in your browser, which is usually [http://127.0.0.1:4000/](http://127.0.0.1:4000/).
5357

5458
If you run into any issues, please let us know on our [issues tracker](https://github.com/uclaacm/teach-la-website)!

0 commit comments

Comments
 (0)