Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
naomivgong committed May 21, 2024
1 parent 5484f64 commit 6f31c82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [3.3.1] #removed 3.0.0
ruby: [3.3.0, 3.3.1] #removed 3.0.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Configuration file: /Users/matt/code/tla/static/_config.yml

```


If these steps do not work for you, you may also try doing this:


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/).

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

0 comments on commit 6f31c82

Please sign in to comment.