Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Sep 8, 2024
1 parent 4e7c1cb commit bedbe58
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/test-infrastructure-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,21 +291,3 @@ jobs:

- name: test relay.env file gen CockroachDB
run: test -f relay.env

test-download-geolite2-script:
runs-on: ubuntu-latest
steps:
- name: Install jq
run: sudo apt-get update && sudo apt-get install -y unzip sqlite3

- name: Checkout code
uses: actions/checkout@v3

- name: test script
run: bash -x infrastructure_files/download-geolite2.sh

- name: test mmdb file exists
run: test -f GeoLite2-City.mmdb

- name: test geonames file exists
run: test -f geonames.db
12 changes: 12 additions & 0 deletions client/ui/bundled.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bedbe58

Please sign in to comment.