Skip to content

Commit

Permalink
add tests to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Jan 25, 2024
1 parent 88bec59 commit b79c154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
"examples/cycles",
"examples/date",
"examples/ethereum_json_rpc",
"examples/express",
"examples/func_types",
"examples/guard_functions",
"examples/heartbeat",
Expand Down
2 changes: 1 addition & 1 deletion examples/express/test/test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getCanisterId, runTests } from 'azle/test';
import { getTests } from './tests';

const canisterId = getCanisterId('backend');
const canisterId = getCanisterId('express');

runTests(getTests(canisterId));

0 comments on commit b79c154

Please sign in to comment.