mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
feat: add status browser info to act as trial for deployment, and add back caching for gh test action
This commit is contained in:
parent
321302cdea
commit
d959d248b9
2 changed files with 7 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -26,5 +26,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
timezoneLinux: "Europe/Prague"
|
timezoneLinux: "Europe/Prague"
|
||||||
|
|
||||||
|
- name: Cache
|
||||||
|
run: make cache
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make test
|
run: make test
|
||||||
|
|
|
@ -4,3 +4,7 @@ categories:
|
||||||
description: 'Access the latest defi dapps, exchanges, marketplaces, games and more with the Web3 Browser'
|
description: 'Access the latest defi dapps, exchanges, marketplaces, games and more with the Web3 Browser'
|
||||||
links:
|
links:
|
||||||
web: https://status.im/web-three-browser/
|
web: https://status.im/web-three-browser/
|
||||||
|
github: https://github.com/status-im
|
||||||
|
blog: https://status.app/blog
|
||||||
|
twitter: https://twitter.com/ethstatus
|
||||||
|
facebook: https://www.facebook.com/ethstatus/about
|
||||||
|
|
Loading…
Reference in a new issue