Skip to content

Commit

Permalink
Fixes e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrofelnik committed Apr 18, 2024
1 parent 4b07805 commit ac811f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
NETWORK: "localhost"
ORACLE_ADDRESS: "0x5FbDB2315678afecb367f032d93F642f64180aa3"
TEST_CONTRACT_ADDRESS: "0x610178dA211FEF7D417bC0e6FeD39F05609AD788"
IMAGE_URL: "https://picsum.photos/200/300"
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
Expand Down Expand Up @@ -70,7 +71,6 @@ jobs:
BEARLY_API_KEY: ${{ secrets.BEARLY_API_KEY }}
PINATA_GATEWAY_TOKEN: ${{ secrets.PINATA_GATEWAY_TOKEN }}
PINATA_API_JWT: ${{ secrets.PINATA_API_JWT }}
IMAGE_URL: "https://picsum.photos/200/300"
- name: "Test 1 - OpenAI gpt-4-turbo-preview"
run:
cd contracts && npx hardhat openai --contract-address ${{ env.TEST_CONTRACT_ADDRESS }} --model gpt-4-turbo-preview --message "Who is the president of USA?" --network ${{ env.NETWORK }}
Expand Down

0 comments on commit ac811f1

Please sign in to comment.