Skip to content

Commit

Permalink
fix test and linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Feb 12, 2024
1 parent 212d5a9 commit b007d0a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ jobs:
with:
chromedriver-version: 119.0.6045.105

- name: List Chrome
run: apt list --installed | grep chrome

- name: Remove Chrome
run: sudo apt remove google-chrome-stable

- uses: browser-actions/setup-chrome@v1
with:
chrome-version: 119.0.6045.105

- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
.footer-bottom a {
color: #ffffff !important;
}

.footer-bottom__logo {
height: 40px;
}
Expand Down

0 comments on commit b007d0a

Please sign in to comment.