Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/ens error #24

Merged
merged 10 commits into from
Jan 23, 2025
12 changes: 5 additions & 7 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Quickstart Tests
on:
pull_request:
branches:
- main
workflow_dispatch: # Add manual trigger option
workflow_dispatch:

jobs:
test:
Expand All @@ -17,10 +15,10 @@ jobs:
DOCKER_LOGS_DIR: ${GITHUB_WORKSPACE}/logs

steps:
- uses: actions/checkout@v4 # Updated from v3
- uses: actions/checkout@v4

- name: Set up Python 3.10
uses: actions/setup-python@v5 # Updated from v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down Expand Up @@ -120,11 +118,11 @@ jobs:

- name: Upload test logs
if: always()
uses: actions/upload-artifact@v4 # Updated from v3
uses: actions/upload-artifact@v4
with:
name: test-logs
path: |
logs/
/logs/
.env
retention-days: 30 # Added retention period
retention-days: 30
2 changes: 1 addition & 1 deletion configs/config_memeooorr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Memeooorr",
"agent_id": 43,
"hash": "bafybeia34pecf46znvghrbq32trmjwurgxk5ybrslgx6c4xwkmoeqhhsta",
"hash": "bafybeicqdfq36w6ermc2tlrvqrtq323blu4pempztzsuuqo4xzoqditfji",
OjusWiZard marked this conversation as resolved.
Show resolved Hide resolved
"description": "Memeooorr @twitter_handle",
"image": "https://gateway.autonolas.tech/ipfs/QmQYDGMg8m91QQkTWSSmANs5tZwKrmvUCawXZfXVVWQPcu",
"service_version": "v0.2.0-alpha16",
Expand Down
Loading
Loading