fix: update gh actions #228
GitHub Actions / Integration Tests
succeeded
Jan 15, 2024 in 1s
Integration Tests ✅
✅ ./tests/thor-e2e-tests/junit.xml
13 tests were completed in 22s with 13 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
GET /accounts/{address} | 3✅ | 1s | ||
GET /accounts/{address}/code | 1✅ | 132ms | ||
GET /accounts/{address}/storage | 1✅ | 142ms | ||
GET /blocks/{revision} | 2✅ | 20s | ||
GET /transactions/{id} | 1✅ | 479ms | ||
GET /transactions/{id}/receipt | 1✅ | 10s | ||
POST /accounts/* | 1✅ | 152ms | ||
POST /logs/event | 1✅ | 8s | ||
POST /logs/transfers | 1✅ | 8s | ||
POST /transactions | 1✅ | 9s |
✅ GET /accounts/{address}
GET /accounts/{address} should return the account
✅ GET /accounts/{address} should return the account
GET /accounts/{address} should throw a 403 should be an invalid address: zzzzz
✅ GET /accounts/{address} should throw a 403 should be an invalid address: zzzzz
GET /accounts/{address} should throw a 403 should be an invalid address: 12341234
✅ GET /accounts/{address} should throw a 403 should be an invalid address: 12341234
✅ GET /accounts/{address}/code
GET /accounts/{address}/code should return the code
✅ GET /accounts/{address}/code should return the code
✅ GET /accounts/{address}/storage
GET /accounts/{address}/storage should return the storage value
✅ GET /accounts/{address}/storage should return the storage value
✅ GET /blocks/{revision}
GET /blocks/{revision} should be mining
✅ GET /blocks/{revision} should be mining
GET /blocks/{revision} can get best block
✅ GET /blocks/{revision} can get best block
✅ GET /transactions/{id}
GET /transactions/{id} should get a transaction
✅ GET /transactions/{id} should get a transaction
✅ GET /transactions/{id}/receipt
GET /transactions/{id}/receipt should get transaction receipt
✅ GET /transactions/{id}/receipt should get transaction receipt
✅ POST /accounts/*
POST /accounts/* should execute code
✅ POST /accounts/* should execute code
✅ POST /logs/event
POST /logs/event should find an event log
✅ POST /logs/event should find an event log
✅ POST /logs/transfers
POST /logs/transfers should find an event log
✅ POST /logs/transfers should find an event log
✅ POST /transactions
POST /transactions should send a transaction
✅ POST /transactions should send a transaction
Loading