Skip to content

Commit

Permalink
Change 'tests' -> 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCheng9 committed Jun 25, 2024
1 parent 35a025e commit c0e536c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

jobs:
tests:
test:
# The type of runner that the job will run on.
runs-on: macos-latest
# Configures the build to use the latest version of Python 3.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Travel Buddy

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
![Tests](https://github.com/IsaacCheng9/travel-buddy/actions/workflows/tests.yml/badge.svg)
![Test](https://github.com/IsaacCheng9/travel-buddy/actions/workflows/test.yml/badge.svg)

**UPDATE (25th June 2024):** The application is no longer fully functional due
to outdated code for scraping data from websites.
Expand Down

0 comments on commit c0e536c

Please sign in to comment.