We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fdf6e commit 62c70fdCopy full SHA for 62c70fd
1 file changed
.github/workflows/actions.yml
@@ -11,6 +11,7 @@ jobs:
11
uses: actions/checkout@v3
12
- name: Build and test of CP/M components
13
run: |
14
+ cd cpm
15
make assemble
16
make tests
17
- name: Build and test of CP/M applications
0 commit comments