Closed marfanjr closed 3 years ago
It looks like just running pio test
no longer install the platform, and I think it did before?
Which makes this a https://github.com/platformio/platformio-core/issues issue?
With the following platformio.ini: https://github.com/xoseperez/espurna/blob/f013e04e2206be7b2cd7fa86e65021630337808a/code/test/platformio.ini
> pio --version
PlatformIO Core, version 5.2.0a3
> pio test
Verbose mode can be enabled via `-v, --verbose` option
Collected 6 items
Processing basic in test environment
-----------------------------------------------------------------------------------------------------------------------
Error: Unknown development platform 'native'
> pio run -e test
Processing test (platform: native)
-----------------------------------------------------------------------------------------------------------------------
Platform Manager: Installing native
Platform Manager: native @ 1.1.3 has been installed!
The platform 'native' has been successfully installed!
The rest of the packages will be installed later depending on your build environment.
...
@marfanjr I saw this post from the issue linked above. I have a working CI, you can take a look at the yaml here.
Hi guys,
I'm sorry for the delay in responding.
First of all thank you very much for your time and availability!
In fact, I think it may be related to the issue commented on by @mcspr.
My tests is working fine now!
@roosemberth, your repository helped me a lot in my studies on gitlab ci, thank you very much!
I'm trying to run my test code on gitlab CI but i'm getting the following error:
My files:
A few weeks ago I was able to run. But now it is giving that error.
Can someone help me?