Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 19, 2024
1 parent 9ff4851 commit 0407c1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/database-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
mysql -hsqlserver -u"root" -p"root" < .github/jobs/old_database.sql
- name: ls
run: ls

- name: Upgrade Database
run: |
sql/dj_setup_database upgrade
Expand Down

0 comments on commit 0407c1b

Please sign in to comment.