mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-15 18:26:25 +08:00
CI: Print the working directory before running the tests
The test data doesn't seem to be picked up.
This commit is contained in:
@ -8,6 +8,7 @@ import 'package:gitjournal/apis/github.dart';
|
||||
|
||||
void main() {
|
||||
test('Parse json', () async {
|
||||
print("Current Dir: ${Directory.current}");
|
||||
var jsonString = File('test/apis/data/github.json').readAsStringSync();
|
||||
|
||||
var api = GitHub();
|
||||
|
Reference in New Issue
Block a user