#5 Enable basic smoke test for did
Merged 4 years ago by psss. Opened 4 years ago by psss.
rpms/ psss/did test29  into  f29

file added
+14
@@ -0,0 +1,14 @@ 

+ - hosts: localhost

+   roles:

+   - role: standard-test-basic

+     tags:

+     - classic

+     tests:

+     - help:

+         dir: .

+         run: did --help

+     - year:

+         dir: .

+         run: did --test this year

+     required_packages:

+     - did

Runs the internal smoke test using the --test option.

Metadata Update from @psss:
- Request assigned

4 years ago

rebased onto 1b96446

4 years ago

@psss guess what? :) Pending status is now shown!

Note that the dupe of old Fedora CI is expected, if we want a clean state, let's open a new PR

@mvadkert, nice! But isn't the pending staying a bit too long? The job seems to be finished about a half an hour ago...

Pull-Request has been merged by psss

4 years ago